javl / image2cpp

GNU General Public License v3.0
529 stars 156 forks source link

Issues with Images of Different Sizes #61

Open codemee opened 7 months ago

codemee commented 7 months ago

This tool assumes that each image file is intended to be displayed individually. However, there are several issues:

  1. It uses the size of the last loaded image file as the screen size, which may not necessarily be the correct screen size.

  2. When loading images of different sizes, altering any option will resize all images to the screen size assumed in the previous point, resulting in incorrectly displayed graphics.