Building Imagemagick single monolitic executable

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
jpralves
Posts: 1
Joined: 2013-12-03T09:43:29-07:00
Authentication code: 6789

Building Imagemagick single monolitic executable

Post by jpralves »

In one of my projects, disk space was a critical constraint along with the need of portability. Since I required the use of several tools and only had a few megabytes to spare
I've created a new executable that is the sum of all the commands in one single executable.
Since the changes I've made are quite simple and do not interfere with the core functionality of the package I would like to contribute with the code for the project.

Current Constraints:
- It was only tested in Windows and Visual Studio.
- Some additional checking might be needed.
- It only makes sense in the static version of the package.

I would like to know to whom should I send the code to be analyzed and if proven useful added to the package.

Regards,

João
Post Reply