quote:
Originally posted by WDZ
quote:
Originally posted by Hobbes
I want to download all my images in gif format.
Why? Keep in mind that GIF images are limited to 256 colors, so many JPEGs will look worse after being converted to GIF.
quote:
Originally posted by Hobbes
Is there a way to download an image in the format of your choice?
No... the image on the server is only in one format, and I don't think any browsers support "on-the-fly" converting when saving images. You'll have to convert them after downloading.
are u sure that there is no technology that can do this? Maybe save the image in a temp folder and then it converts it and sends the converted file to desktop. I dont think this is so hard to do, maybe it could be a firefox plugin when u click right click on an image and it says save as .gif
quote:
Originally posted by -dt-
quote:
Originally posted by Hobbes
Is there a way to download an image in the format of your choice?
umm well you could use the GD lib with php to convert between formats (well loading the old image up in a new image then saving it) then output them as different types , but the GD lib dosn't support animated gifs or things with more than one frame
but you would have to have another webpage asking the people what format they want to download it as.
i dont have a clue what u are talking about