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
Image resize with FabPaintLib
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
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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Image resize with FabPaintLib
Hi Wolfgang,
all PCs have W7 32bit, I already asked in IM support forum, waiting now for answer.
Thanks, Franz
all PCs have W7 32bit, I already asked in IM support forum, waiting now for answer.
Thanks, Franz
Image resize with FabPaintLib
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.
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.