Really small image manipulation program


Forum: Multimedia
Topic: Really small image manipulation program
started by: beakmyn

Posted by beakmyn on Oct. 27 2006,01:12
I'm working on another project and I'm trying to find a program that will perform simple image manipulations like rotate/flip. I want to keep things small since DSL itself is small but so far programs like ImageMagick, GD, NetPBM look like they'll be too big to work with. 500KB or smaller is ideal.

All I need is a simple, very small command line program. I don't need a GUI or viewer just feed it a file and options and let it do it's thing. I'll be working with gifs and jpgs but everything I look for invariably comes back to ImageMagick there's got to be something smaller that I don't know about.

Posted by mikshaw on Oct. 27 2006,03:05
For jpgs there is jpegtran, which is under 100k (as small as 20k, depending on the version). It's part of the libjpeg distribution from the Independendent JPEG Group
< http://www.ijg.org/ >

Posted by beakmyn on Oct. 27 2006,15:35
Quote (mikshaw @ Oct. 26 2006,23:05)
For jpgs there is jpegtran, which is under 100k (as small as 20k, depending on the version). It's part of the libjpeg distribution from the Independendent JPEG Group
< http://www.ijg.org/ >

That works great! I compiled it default for @136 Kb. Small enough. Now I'm trying to find if there's something similiar for gif files.
Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.