DevToys
Image converter tool
#139
Merged

Commits
  • Added Image Converter basic structure
    rlm96 committed 2 years ago
  • Fixed wrong reference
    rlm96 committed 2 years ago
  • Added encoder and decoder logic
    rlm96 committed 2 years ago
  • Added Save All and Save only one conversion item features
    rlm96 committed 2 years ago
  • Finished save feature
    rlm96 committed 2 years ago
  • Fixed JPEG and JPEG XR BitmapEncoder options issue
    rlm96 committed 2 years ago
  • Merge branch 'main' into feature/image-converter
    rlm96 committed 2 years ago
  • Fixed merge issues
    rlm96 committed 2 years ago
  • Added tool in README.md
    rlm96 committed 2 years ago
  • Minor fixes to solve PR comments
    rlm96 committed 2 years ago
  • Added tool in PowerShell README.md documentation
    rlm96 committed 2 years ago
  • Included .xaml view under Graphic folder
    rlm96 committed 2 years ago
  • Added ImageConverter.resw in every language
    rlm96 committed 2 years ago
  • Extracted code to StorageFileHelper.cs and added .resw to .csproj
    rlm96 committed 2 years ago
  • Removed unnecessary lines
    rlm96 committed 2 years ago
  • Used fire-and-forget approach in ImageConversionWorkItem constructor
    rlm96 committed 2 years ago
  • Fix to solve new comments
    rlm96 committed 2 years ago
  • Update ImageConverterToolViewModel renaming QueueNewConversionWorkItem method
    rlm96 committed 2 years ago
  • Allowed only PNG, JPEG and BMP formats
    rlm96 committed 2 years ago
  • Added await TaskScheduler.Default; in async methods
    rlm96 committed 2 years ago
  • New approach ExecuteSaveAllCommandAsync method (ImageConverterToolViewModel)
    rlm96 committed 2 years ago
  • Added error handler InfoBar
    rlm96 committed 2 years ago
  • Set IsInfoBarOpen variable to false when closing InfoBar UI element
    rlm96 committed 2 years ago
  • Modify UI elements in UI thread instead of in worker threads
    rlm96 committed 2 years ago
  • Logged exceptions catched in ViewModel
    rlm96 committed 2 years ago
  • ImageConversionWorkItem implemented IDisposable and fixed bug when saving all items
    rlm96 committed 2 years ago
  • Logged error in ViewModel
    rlm96 committed 2 years ago
  • Used only StorageFile in ImageConversionWorkItem.cs and decode image when saving
    rlm96 committed 2 years ago
  • DecodeImageAsync will be executed in UI thread if saved only 1 image or in background threads if save multiple images
    rlm96 committed 2 years ago
  • Performance fixes and code improvements
    rlm96 committed 2 years ago
  • Removed unused property
    rlm96 committed 2 years ago
Loading