Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: 'Image Magic' for rebol?

From: bry:itnisk at: 20-Mar-2003 11:35

>AFAIK ImageMagik is a package of command line tools to manipulate >images; if that is what you are referring to, I think it does not >require any advanced knowledge using it: you just call the >appropriate tool and it reads your image and saves it back after >processing.
ImageMagick (http://www.imagemagick.org/) can be used from the command line however it also provides apis for different programming languages Perl, C++, C, Python, PHP, or Java can call imagemagick functions from directly within the language, not familiar with the others but have looked a bit at magick++ which is for use within c++. If you're on a windows platform there's an ImageMagickObject OLE control which obviously allows you to use imagemagick directly from within com capable languages/environments. For coldfusion one can use Alagad Magick Tag, and there is also a ruby extension to imagemagick. I love imagemagick. It would be so cool if there was a rebol interface to these tools.