Strip down convert.exe

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
jeromerocks
Posts: 3
Joined: 2011-04-28T07:44:02-07:00
Authentication code: 8675308

Strip down convert.exe

Post by jeromerocks »

Hi all!

I was wondering if there was a way to strip down the functions in a static build of convert.exe to reduce EXE size. It's 5+mb at the moment.
I figured that since I only use 2-3 functions in convert.exe, I could remove the rest to reduce exe size.

Could anyone guide me on how to do that? I ran configure.exe to build the .sln file, but now am stumped on what to do. I'm a delphi programmer, so I'm in uncharted waters now.

Thanks in advance!
Post Reply