Image Optimization
Posted: 2012-11-13T01:28:37-07:00
I need to make from 3 JPG files a GIF file.
I need the GIF file to be very small (max 35k).
How do I perform the following actions:
Color reduction algorithm: Perceptual
Colors reduced to: 52
Dithering algorithm: Diffusion
These actions are done in photoshop and made it to a desired file size.
But in the meantime every action I do with ImageMagick by convert I did not produce the desired results, and my GIF file output is too big.
Thank you for the help.
I need the GIF file to be very small (max 35k).
How do I perform the following actions:
Color reduction algorithm: Perceptual
Colors reduced to: 52
Dithering algorithm: Diffusion
These actions are done in photoshop and made it to a desired file size.
But in the meantime every action I do with ImageMagick by convert I did not produce the desired results, and my GIF file output is too big.
Thank you for the help.