Image resize with FabPaintLib
Posted: Mon Nov 18, 2019 10:48 am
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?
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?