Jump to content

null54

Moderator
  • Posts

    1,967
  • Joined

  • Last visited

  • Days Won

    90

Everything posted by null54

  1. Release version 1.0.3. Changes: Upgraded to libheif version 1.9.1 Fixed an issue when saving YUV 4:2:2 and YUV 4:4:4 images
  2. This should now be fixed. Release version 1.1.2. Changes: Fixed a compatibility issue with libavif.
  3. I misread which string was missing. I plan to release a hot fix today to resolve another issue, I will include that string in the PR.
  4. The change is visible at the bottom of your screenshot, it is also present in the master branch on GitHub. <data name="AvifFileType.CompressionSpeed_VerySlow_DisplayName" xml:space="preserve"> <value>Very Slow</value> </data>
  5. It was merged into PaintDotNet.Strings.3.resx with my PR for version 1.1.1.0, perhaps that version has not been uploaded to Crowdin?
  6. I just sent you a PR with version 1.1.1.0.
  7. Release version 1.1.1. Changes: Fixed a crash when saving YUV 4:4:4 tiles.
  8. Release version 1.1.0. Changes: Try to split large images into tiles before encoding. This can significantly reduce memory usage, at the expense of file size. If the image has an existing tile size, it will be reused when Preserve Existing Tile Size is checked. If Preserve Existing Tile Size is unchecked or the image does not have an existing tile size, the plugin will pick a tile size based on the compression speed. Added a Very Slow compression speed that does not use tiles. The memory usage and file size will depend on the size of the image and its content. The plugin currently attempts to pick a larger tile size at slower compression speeds, the success of this strategy depends on the image content.
  9. Release version 1.10.6. Changes: Fix the support for sRGB cube maps.
  10. Release version 1.0.9. Changes: Try to preserve existing image grids when saving This will be done as long as the user does not change the image size It can significantly reduce memory usage when saving Add a few more sanity checks when loading image grid tiles Improved the error reporting when loading files Changed the defaults used when converting a YUV image that does not have color conversion information
  11. Release version 1.10.5. Changes: Added support for saving the uncompressed sRGB formats.
  12. Release version 1.0.2. Changes: Fixed an issue with the error handling code. Fixed a typo in the assembly description
  13. Release version 1.0.8. Changes: Added support for loading images that use interleaved color and alpha data Reduced memory usage when loading
  14. Added in version 1.4.3. Release version 1.4.3. Changes: Added high-DPI icons Allow the configuration dialog automatic rendering to be disabled
  15. If you are using the Magic Wand tool, you may need to adjust the tolerance in the toolbar. See the Paint.NET documentation for the Magic Wand, https://www.getpaint.net/doc/latest/MagicWand.html
  16. Yes, you need to replace the folder every time the plugin is updated.
  17. Release version 1.0.7. Changes: Work around a crash in the AOM encoder when saving some images.
  18. I find the notification that appears between posts for large time gaps and topic renames to be visual clutter.
  19. Release version 1.4.1. Changes: Improved the plugin closing speed when pressing Ok after the preview rendering has finished.
  20. The only reason that I placed HEIC Filetype Plus in the Plugin Developers forum is due to the unusual installation instructions. Also, I am surprised that you have not included my Avif FileType in the Plugin Index.
  21. That error is now fixed. The plugin will now work with selections at the edge of the image, as long as there is still an unselected area in the image.
  22. Unfortunately, this is correct. The algorithm the plugin uses sample pixels from all sides of the selection, so it will not work with a selection on the edges of an image.
×
×
  • Create New...