Welcome, Guest
Username: Password: Remember me
Visual Objects

Please use this forum to post questions about Visual Objects and Vulcan.NET
  • Page:
  • 1
  • 2

TOPIC:

Image resize with FabPaintLib 18 Nov 2019 11:48 #11770

  • lagraf
  • lagraf's Avatar
  • Topic Author


  • Posts: 338
  • 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?

    Please Log in or Create an account to join the conversation.

    Image resize with FabPaintLib 18 Nov 2019 13:31 #11775

    • wriedmann
    • wriedmann's Avatar


  • Posts: 3366
  • 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

    www.riedmann.it - docs.xsharp.it

    Please Log in or Create an account to join the conversation.

    Image resize with FabPaintLib 18 Nov 2019 14:21 #11777

    • lagraf
    • lagraf's Avatar
    • Topic Author


  • Posts: 338
  • Hi Wolfgang,
    all PCs have W7 32bit, I already asked in IM support forum, waiting now for answer.
    Thanks, Franz

    Please Log in or Create an account to join the conversation.

    Image resize with FabPaintLib 19 Nov 2019 07:01 #11795

    • lagraf
    • lagraf's Avatar
    • Topic Author


  • Posts: 338
  • 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.

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1
    • 2