Search found 5 matches

by aer
2019-08-16T12:03:04-07:00
Forum: Users
Topic: Copy randomized rectangles from one directory of images to another
Replies: 2
Views: 5737

Re: Copy randomized rectangles from one directory of images to another

Thank you very much. I just found a technique to do it all for me a couple of seconds ago. The application was machine learning. If anyone else needs this. Look up an augmentation type called cutmix.

Thanks again
by aer
2019-08-16T11:24:38-07:00
Forum: Users
Topic: Copy randomized rectangles from one directory of images to another
Replies: 2
Views: 5737

Copy randomized rectangles from one directory of images to another

Hello. I'm pretty new to ImageMagick, so some of this may be basic or just not possible. If anyone can help with any part of this process or point me in the right direction, it would be helpful for me and I can continue researching if I don't get the whole solution here. Basically, I want to take tw...
by aer
2014-07-01T07:56:30-07:00
Forum: Developers
Topic: Can ImageMagick++ based apps check app folder for coder dlls
Replies: 4
Views: 4214

Re: Can ImageMagick++ based apps check app folder for coder

EDIT: Never mind. I misunderstood the requirements with the environment variables. This is workable as is.

Thanks for your help and patience.
by aer
2014-07-01T07:26:33-07:00
Forum: Developers
Topic: Can ImageMagick++ based apps check app folder for coder dlls
Replies: 4
Views: 4214

Re: Can ImageMagick++ based apps check app folder for coder

Have you tried the portable Windows version of ImageMagick @ http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-5-Q16-x86-windows.zip? Its a static build and does not consult the Windows registry. I may have misunderstood, but isn't that just for me to use as an end user of ImageMagick?...
by aer
2014-06-30T18:33:01-07:00
Forum: Developers
Topic: Can ImageMagick++ based apps check app folder for coder dlls
Replies: 4
Views: 4214

Can ImageMagick++ based apps check app folder for coder dlls

I'm creating an application that uses ImageMagick++ to load and convert a sequence of pngs into gifs. Everything works on my dev machine (unless I uninstall ImageMagick++), but it crashes on other users machines when it tries to use the gif and png coders. I don't want end users to have to install I...