iphone Programming Glossary: convert.exe
iPhone ImageMagick Library - converting from batch file script to Objective-C using MagickWand API http://stackoverflow.com/questions/7480812/iphone-imagemagick-library-converting-from-batch-file-script-to-objective-c-us It works quite well. The sample project compiles just fine but doesn't make any sense whatsoever. Usually I'll use the convert.exe that comes with ImageMagick for Windows to convert images via the command line. So I'll write a little batch file like the.. a little batch file like the following @echo off set SOURCE image_to_convert.jpg del result.jpg del source_copy.jpg convert.exe SOURCE fill #fff8f2 colorize 100 fill.jpg copy SOURCE source_copy.jpg convert.exe SOURCE modulate 100 0 100 ^ convert.exe.. del result.jpg del source_copy.jpg convert.exe SOURCE fill #fff8f2 colorize 100 fill.jpg copy SOURCE source_copy.jpg convert.exe SOURCE modulate 100 0 100 ^ convert.exe source_copy.jpg compose overlay composite ^ convert.exe source_copy.jpg compose..
|