Results 1 to 2 of 2

Thread: BMP into HEX

  1. #1
    Join Date
    Jul 2009
    Posts
    36
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default BMP into HEX

    Hi All,

    Qt Code:
    1. bImgLoad = imgOriginal.load("mono.bmp","BMP");
    2. imgTemp = imgOriginal.copy(0,0,16,19);
    3. imgTemp.save("newbmp.bmp","BMP",-1);
    To copy to clipboard, switch view to plain text mode 

    Can it possible to convert newbmp.bmp into Hex file format.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: BMP into HEX

    What is a Hex file format?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.