ScottyMac52 / MFDisplay

Utility that allows the display of any image cropped from an external image file (Bitmap images of type jpeg,png and bmp) into any sized image on the screen in any coordinate available to the display system.
MIT License
8 stars 0 forks source link

PNGs in cache not carrying transparency/alpha channel #59

Closed HomeFries94 closed 4 years ago

HomeFries94 commented 5 years ago

For submodule overlays that use PNGs to take advantage of the transparency capability of that image type, any transparency is converted to a white channel in the cache file. This results in the following: Screenshot 2019-05-31 08 40 57 instead of what should be Screenshot 2019-05-31 08 43 12

HomeFries94 commented 5 years ago

FYI if abandoning the alpha channel, there's less need for the cache now. However, without transparency, I need to be able to line up overlays pixel to pixel, so this makes tying "startX" to LMFD xOffsetStart, "endY" to LMFD "yOffsetFinish" that much more critical.

ScottyMac52 commented 4 years ago

The next version of the utility renamed to MFDMF will support transparent bitmaps. Additionally the sub configuration images will be superimposed on top of the configuration images and saved as cached images.