Converter Samples for image handling
You can easilly apply converters to convert images to
supported formats.
One of the possible converters to use is ImageMagik
. It runs
on Windows and Linux, and it's free.
Have a look at the ImageMagik supported
formats
. The most
common ones ar:
- AVI (Microsoft Audio/Visual Interleaved)
- CUR (Microsoft Cursor Icon)
- EPS (Adobe Encapsulated PostScript)
- PICT (Apple Macintosh QuickDraw/PICT file)
- SVG
(Scalable Vector
Graphics)
Converter |
Parameters |
Download |
Image magik |
Name |
ImageMagik |
Pattern |
*.psd (or any other file pattern which you
want to be converted) |
Ouput extension |
.bmp (for example) |
Application |
c:\Program
Files\ImageMagick\convert.exe
(your system location may be different)
|
Arguments |
$(input) $(output) |
|
ImageMagik
 |
See also