jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

make a wrapper for ImageMagick #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ImageMagick site: http://www.imagemagick.org/script/index.php

ImageMagick handles many different types of image handling very well.
Everything from rendering of images, to combining them, putting filters on
them, modifying them, and saving them.

The PHP implementation looks like a good start for an idea of a good
interface. It could definitely use improvements and a better handling of
multiple images. The ImageMagick interface itself looks fairly complex.
http://ca3.php.net/manual/en/book.imagick.php

Rather than writeImage for writing to a file, I suggest something for
writing to a stream or even reading from Imagemagick like a stream. As well
as reading from streams into Imagemagick. That way we can use jsio's File
object for writing into files, write into File.stdout, read from
File.stdin, and even write from ImageMagick into a Socket stream (ie: For
web handling).

Original issue reported on code.google.com by nadir.se...@gmail.com on 29 Nov 2008 at 7:30

GoogleCodeExporter commented 9 years ago
I will study this.

Original comment by sou...@gmail.com on 30 Nov 2008 at 3:25