Imaged editing libs

Hello,

I did a google search and didn’t really come up with anything, but are there
any image editing libs available? I’d like to use it specifically to scale
images (create thumbnails).

Any help is appreciated.

Thanks,
Andrew

Sorry, but I did find some libs. I wasn’t searching properly.

Thanks anyway.

“Andrew” anon@anon.com wrote in message
news:dxU_9.154818$Yo4.7341441@news1.calgary.shaw.ca…

Hello,

I did a google search and didn’t really come up with anything, but are
there
any image editing libs available? I’d like to use it specifically to
scale

···

images (create thumbnails).

Any help is appreciated.

Thanks,
Andrew

ImageMagic and the ppm libs.

···

On Sunday, 2 February 2003 at 3:49:48 +0900, Andrew wrote:

Hello,

I did a google search and didn’t really come up with anything, but are there
any image editing libs available? I’d like to use it specifically to scale
images (create thumbnails).


Jim Freeze

“Pascal is not a high-level language.”
– Steven Feiner

Jim Freeze jim@freeze.org wrote in message news:20030201191548.A76954@freeze.org

···

On Sunday, 2 February 2003 at 3:49:48 +0900, Andrew wrote:

Hello,

I did a google search and didn’t really come up with anything, but are there
any image editing libs available? I’d like to use it specifically to scale
images (create thumbnails).

ImageMagic and the ppm libs.

RMagick is excellent – a ruby wrapper for ImageMagick. It’ll do
everything you want.

Ruby/GD is also available, although this is more for image generation
(rather than processing) and still not as good as RMagick.

Tom