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

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

From: petr:krenzelok:trz:cz at: 20-Mar-2003 12:16

bryan wrote:
>>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. >
together with Cyphre we did some test interface for http://www.xnview.com library - it is completly free, although the viewer is not fastest on earth, but it supports some +300 image formats ... but even then - who is able to use such interface with rebol? Only ppl owning /Pro license ... -pekr-