xsharp.eu • Image resize with FabPaintLib - Page 3
Page 3 of 3

Image resize with FabPaintLib

Posted: Mon Nov 18, 2019 10:48 am
by lagraf
Hi guys,
now I installed my VO app with ImageMagick at the clients PCs, but on all PCs except one file server ImageMagick hangs when resizeing or resampling.
- Same pics run on my PCs run
- Same pics on server run
- magick input.jpg -quality 0 output.jpg runs
- magick input.jpg -resample 72x72 -quality 0 output.jpg hangs
- magick input.jpg -resize 283 -quality 0 output.jpg hangs
- Saving command in bat file and execute it outside VO app same as inside

The only diff between file server and clients is that no other (especially graphics) software is installed on server (e.g. photoshop)!

Has anyone an idea?

Image resize with FabPaintLib

Posted: Mon Nov 18, 2019 12:31 pm
by wriedmann
Hi Franz,

the server and the clients have the same operating system?
Please ask in the ImageMagick support forum or newsgroup - the maker of this software should have more ideas than we here.

Wolfgang

Image resize with FabPaintLib

Posted: Mon Nov 18, 2019 1:21 pm
by lagraf
Hi Wolfgang,
all PCs have W7 32bit, I already asked in IM support forum, waiting now for answer.
Thanks, Franz

Image resize with FabPaintLib

Posted: Tue Nov 19, 2019 6:01 am
by lagraf
Hi there,
now I got IM running with help of IM Forum! The problem was, that IM does a GPU benchmark at first call which can last 30-60 secs depending on GPU speed. As my app makes a timeout after 10sec this benchmark did not come to an end. So I made a bat and let it run as long as it needs, after this the IM call worked well.