Skip to content

Commit

Permalink
Fixed zoom in crash on low res images
Browse files Browse the repository at this point in the history
Fixed an issue where zooming in on low resolutions images due to allocating too much memory before guards were checked. Fixed by ensuring each square displayed is less than the height of the display.
  • Loading branch information
TheLastMillennial committed Mar 4, 2023
1 parent c9ab0a0 commit 300a305
Show file tree
Hide file tree
Showing 6 changed files with 1,046 additions and 1,013 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ Uncompiled Displayers/HD Picture Viewer 5/obj/*
*.map
*.debug
*.bin
*.debug
*.map
*.bin
Binary file modified Uncompiled Displayers/HD Picture Viewer 5/bin/HDPICV.8xp
Binary file not shown.
Binary file modified Uncompiled Displayers/HD Picture Viewer 5/bin/HDPICV.bin
Binary file not shown.
Binary file modified Uncompiled Displayers/HD Picture Viewer 5/bin/HDPICV.debug
Binary file not shown.
Loading

0 comments on commit 300a305

Please sign in to comment.