Skip to content

v2.2.1

Choose a tag to compare

@tonyp7 tonyp7 released this 03 Jun 05:13
· 67 commits to master since this release

Notes

This releases mostly bring usage of a custom picturebox that performs tremendously better than the original Winforms component. You can now zoom all the way to 1600% without any performance issue. ImageView now only draws the portion of the image that is visible on screen. There are a lot of coordinate translations behind this one, but I'm quite happy to see it work!

Changelog

New features

  • Better zoom support all the way to 1600%
  • Better support for transparent images (add a white and grey checked pattern)

Bug Fixes

  • #2 Loading a corrupted image was crashing the program

Other changes

  • N/A

Known issues

#1

Todo

  • Support for multi page ICOs
  • Support for animated GIFs
  • Browse palette of images when available
  • Add a check for updates functionality
  • Add print preview / print
  • Manage file associations directly from settings
  • File Deletion: Add a switch based on the configuration to move to recycle bin by default instead of deleting.
  • File Deletion: In case of AunauthorizedAccessException prompt user to restart the app in admin mode
  • If a picture was moved while browsing a folder, recover gracefully by attempting to load the previous or next image
  • Custom toolbar (pick what tools should be seen and in which order)