Image resize with FabPaintLib

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
lagraf
Posts: 420
Joined: Thu Jan 18, 2018 9:03 am

Image resize with FabPaintLib

Post 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?
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Image resize with FabPaintLib

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
lagraf
Posts: 420
Joined: Thu Jan 18, 2018 9:03 am

Image resize with FabPaintLib

Post by lagraf »

Hi Wolfgang,
all PCs have W7 32bit, I already asked in IM support forum, waiting now for answer.
Thanks, Franz
lagraf
Posts: 420
Joined: Thu Jan 18, 2018 9:03 am

Image resize with FabPaintLib

Post 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.
Post Reply