Search found 2 matches
- 2014-03-04T13:40:18-07:00
- Forum: Users
- Topic: ImageMagick to create collages based on custom algorithms?
- Replies: 2
- Views: 2074
Re: ImageMagick to create collages based on custom algorithm
Thank you for the response. Now that I can understand a little better how imagemagick works, I have opted to use Magick++ since I feel more comfortable with C++ and object oriented design. So far it seems to be working for basic test cases. Now I just need to code in the algorithm I'm going to use ...
- 2014-03-04T09:20:35-07:00
- Forum: Users
- Topic: ImageMagick to create collages based on custom algorithms?
- Replies: 2
- Views: 2074
ImageMagick to create collages based on custom algorithms?
Hi, I recently started developing an application which is supposed to select images randomly from a folder, make a collage out of them using a custom algorithm, and then output the collage (the final image should be in the user's current desktop resolution). I originally started this project using ...