Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Server-side image editing

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Apache Server side include character limits - I was wondering if there is a way to change the character limit on a server side include. I was including a page and it cuts off at 32000 is this a default that can be changed? Any help would be great! Corey

Apsche win32 Serve Side Includes - Hello (Win32) with SSI. With IE 6 an Netscape 4.75 all works fine. With Mozilla 1.4.1 or Netscape 7.1 I can only see the source code. Is it a bug in or in mozilla- Who can help me ps. without ssi all works fine..

image external links - I want to make a forum with Php. I want permit people to put images. I want save this images in the server. Can i prevent external links to this images with Apache?

server root - I have check the file for the that my files are in, but still the will only accept one folder.

apache name server help - I have a domain name that points toward my server Ip address. This works fine my apache server displays the pages. Here is my problem. After you go to the home page, in the browser address field it shows my ip address instead of my domain..
Next:  Apache: jk_ajp12_worker.lo unknown file type  
Author Message
user2444

External


Since: Aug 27, 2003
Posts: 2



(Msg. 1) Posted: Fri Sep 12, 2003 1:45 pm
Post subject: Server-side image editing
Archived from groups: alt>apache>configuration, others (more info?)

Hi,

I want to have .gif images that are asked from my apache server to have
their color palette modified (as the whole site's color palette modifies
itself now) before they are sent as an answer. How can I do this? I
understand there are things like gdm that do this for me, but it's not
really the app that oncerns me since it's quite short to write a palette
modifier yourself. But how do I confuigure this in Apache, that certain
..gif images (for instance all the ones that are in a specific directory)
should be treated fuirtherly, before sending them to the user's computer.

And also, how long would this take? I have a very fast computer, but still,
two seconds for each image would be too long.

.....
Quaternion

 >> Stay informed about: Server-side image editing 
Back to top
Login to vote
efflandt

External


Since: Sep 12, 2003
Posts: 4



(Msg. 2) Posted: Fri Sep 12, 2003 5:56 pm
Post subject: Re: Server-side image editing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 12 Sep 2003 10:45:01 GMT, Quaternion <w.DeleteThis@r.no> wrote:
 > Hi,
 >
 > I want to have .gif images that are asked from my apache server to have
 > their color palette modified (as the whole site's color palette modifies
 > itself now) before they are sent as an answer. How can I do this? I
 > understand there are things like gdm that do this for me, but it's not
 > really the app that oncerns me since it's quite short to write a palette
 > modifier yourself. But how do I confuigure this in Apache, that certain
 > .gif images (for instance all the ones that are in a specific directory)
 > should be treated fuirtherly, before sending them to the user's computer.

You could put an Action directive within Files or FilesMatch (see Apache
docs for those directives). Just note that your Action handler is
provided the URI path of the request as PATH_INFO and system path as
PATH_TRANSLATED, and it is up to your handler to output proper
Content-type header and content.

 > And also, how long would this take? I have a very fast computer, but still,
 > two seconds for each image would be too long.

Not sure. Note that you might need to use older gd related libs since
current gif related tasks have to be licensed by CompuServe (AOL?), or at
least that was the case when I created gifs on the fly with GD module in
Perl.

--
David Efflandt - All spam ignored <a style='text-decoration: underline;' href="http://www.de-srv.com/" target="_blank">http://www.de-srv.com/</a>
<a style='text-decoration: underline;' href="http://www.autox.chicago.il.us/" target="_blank">http://www.autox.chicago.il.us/</a> <a style='text-decoration: underline;' href="http://www.berniesfloral.net/" target="_blank">http://www.berniesfloral.net/</a>
<a style='text-decoration: underline;' href="http://cgi-help.virtualave.net/" target="_blank">http://cgi-help.virtualave.net/</a> <a style='text-decoration: underline;' href="http://hammer.prohosting.com/~cgi-wiz/" target="_blank">http://hammer.prohosting.com/~cgi-wiz/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Server-side image editing 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]