1. Fernando Leal
  2. PowerBuilder
  3. Thursday, 26 December 2019 11:45 AM UTC

I have updated my computer to Windows 10 64 bits and I find the problem that the ZIMAGLIT.EXE program does not work on 64-bit operating systems.
Is there another program that converts images into the GRF format?
Do you have any function that performs this conversion?
I know that the ZEBRA Bridge program exists to convert BMP or JPG images to GRF but this takes many steps and causes a lot of confusion in users.

Accepted Answer
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 26 December 2019 17:33 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi Miguel;

  I have done this in many PB, Web & Mobile applications. For this manipulation, I use the free (open source) ImageMagick product. For the PowerServer web & mobile Apps, I handled the manipulation via  PB Web service that brokered the ImageMagick interaction. Passing the image data stream back & forth via a DB blob.

HTH

Regards ... Chris

PS: I have PB & PS examples

Comment
  1. Fernando Leal
  2. Thursday, 26 December 2019 17:55 PM UTC
Hi Chris,

thanks for your comments.

Do you have the code? could you share with me, please?

With this application it is possible to convert an image from JPG or BMP to GRF format?

thanks and regards,

Fernando.
  1. Helpful
  1. Chris Pollach @Appeon
  2. Friday, 27 December 2019 16:46 PM UTC
Hi Fernamdo;

Unfortunately, ImageMagick supports a plethora of image types but not GRF. Do you mean GIF?

FYI: https://imagemagick.org/script/formats.php

Regards ... Chris

  1. Helpful
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Thursday, 26 December 2019 13:22 PM UTC
  2. PowerBuilder
  3. # 1

Powerbuilder does not have any function to convert. Maybe you should contact the makers of zigmalit or I suggest you google on it. There seems to be a JAVA api which might be useful.

 

Comment
  1. Fernando Leal
  2. Thursday, 26 December 2019 17:38 PM UTC
Hi Miguel, thanks for the update.

regards,

Fernando.

  1. Helpful
There are no comments made yet.
Fernando Leal Accepted Answer Pending Moderation
  1. Monday, 13 January 2020 10:56 AM UTC
  2. PowerBuilder
  3. # 2

Hi Miguel,
Do You have api or function in java? Could you share with me?

thanks, 

Fernando.

 

Comment
  1. Miguel Leeuwe
  2. Wednesday, 15 January 2020 19:52 PM UTC
When googling on "image convert to grf format java api" I found this:

https://github.com/asharif/img2grf

maybe it can be helpful?
  1. Helpful
  1. Fernando Leal
  2. Wednesday, 15 January 2020 20:05 PM UTC
Hi Miguel,

very good.

thanks.

Fernando.
  1. Helpful
  1. Chris Pollach @Appeon
  2. Wednesday, 15 January 2020 22:44 PM UTC
Hi Miguel .. sorry, I have never encountered the GRF image format before.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.