Bmpcvt command line for RLE16

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Bmpcvt command line for RLE16

    Hi

    I want to convert my gif images to RLE16 format without palette.
    It works just fine in Bitmap Converter GUI, but since I have a lot of images I use a script using the command line api, but then it fails with:

    "FORMAT does not fit to bitmap!"

    Here is the command I try to use:

    Source Code

    1. BmpCvt.exe IMAGE.gif -convertintorgb -saveasIMAGE.c,1,12,1 -exit


    ( if it is of interest, the bmpcvt version is v4.08 )

    Best regards
    /David
    Images
    • IMAGE.gif

      700 Byte, 32×32, viewed 1,104 times

    The post was edited 2 times, last by david1 ().

  • Hi David,

    It seems that 9 years ago the bitmap converter was not capable of doing that. I checked it with the most recent version (v5.32) and it worked without any issues.

    You can download a demo version of the latest bitmap converter v5.32 and give it a try.
    segger.com/downloads/emwin

    Regards,
    Sven
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hi Sven

    Yes, you are right! I downloaded and tried v5.32, and it did work fine for me as well.

    Since I now knew it was a problem in the old version, I contacted your sales department for an offer on the latest version, but unfortunately it was way to expensive. ;(
    So I guess I will have to open them one by one in the GUI.

    Thanks a lot for the help!
    /David