Building Imagemagick single monolitic executable
Posted: 2013-12-03T09:52:34-07:00
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
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