GPSBabel / gpsbabel

GPSBabel: convert, manipulate, and transfer data from GPS programs or GPS receivers. Open Source and supported on MacOS, Windows, Linux, and more. Pointy clicky GUI or a command line version...
https://www.gpsbabel.org
GNU General Public License v2.0
452 stars 125 forks source link

fix errors in gpi writer related to bitmaps. #1243

Closed tsteven4 closed 7 months ago

tsteven4 commented 7 months ago

Erroneous warnings "garmin_gpi: Code error in load_bitmap_from_file, expected output size 1060, actual output -28."

Corrupted colors when input bitmap has 24 bits per pixel.

tsteven4 commented 7 months ago

This resolves #1241 and #1242.