Jump to content

null54

Moderator
  • Posts

    1,962
  • Joined

  • Last visited

  • Days Won

    89

Everything posted by null54

  1. Fixed the cancellation support and improved metadata handling on Paint.NET 4.2.1. Reduced memory usage when saving. Added a 3.5.11 and 4.0.X compatible FileType as a separate download.
  2. Thanks for the notification. Updated to G'MIC version 2.7.0.
  3. The plugin was causing Paint.NET to crash See the following thread for more information. https://forums.getpaint.net/topic/114739-vtf-plugin-crash-revert-to-older-version-of-pdn/
  4. My guess is that the file has been extracted from a Konami game archive, and that the extractor wrote the file to disk using its original name without decoding the proprietary format the archive file entries use. Googling "WESYS" game archive comes up with a bunch of hits for Konami games, including several descriptions of the format. The "WESYS" file entry format appears to consist of a 16 byte header followed by the zlib-compressed file data.
  5. Could you upload one of the DDS files? I am wondering if the files are a different format with a DDS file extension.
  6. That would make sense if the image contains some unsupported metadata. In that case Paint.NET would load the image data and skip the metadata (because it is not PNG format metadata).
  7. Updated the WebP filetype to the latest version.
  8. Updated to use WebP version 1.0.3, file version updated to 1.2.1.0
  9. Updated to G'MIC version 2.6.7. Changed the clipboard reading code to use the Paint.NET 4.2 clipboard service.
  10. Plugin installation is documented in the online help: https://www.getpaint.net/doc/latest/InstallPlugins.html
  11. It certainly was an interesting presentation. I had planned to record it, but I got distracted talking to people and only remembered that after the presentation had started. ☚ī¸ The auto-complete information was interesting, I did not know that CodeLab stores the type information in a series of dictionaries. I had expected the auto-complete to be Roslyn-based.
  12. Windows hides the .exe extension by default. The only thing that I can think of is that the code I use to check if the file exists may be failing due to another error.
  13. Updated to G'MIC version 2.6.6. I had originally planned to wait until after Pant.NET 4.2 was released so I could use the new clipboard code, but I can always make that change when releasing a later version.
  14. Here is an example of how the new IClipboardService can be used, this example is from the updated CodeLab template.
  15. Bug: The TryGetText and TryGetSurface extension methods cannot be accessed by plugins because they are defined in an internal class. I did not discover this during my earlier testing because I was using a built-in effect to test the API.
  16. You can use Photoshop brushes with the Brush Factory plugin. There are also FileType plugins that allow loading and saving of Photoshop brushes and patterns. https://forums.getpaint.net/topic/25792-photoshop-brush-filetype-2018-12-23/ https://forums.getpaint.net/topic/25696-photoshop-pattern-filetype-2018-12-25/
  17. Paint.NET does not support batch processing, but you could use the DirectXTex texconv command-line utility. It can be downloaded from the February 7, 2019 release, and the documentation for it is on the DirectXTex wiki.
  18. Added support for saving the BC5 signed format in version 1.9.5.0. BC3 does not have a signed version, are you referring to BC4?
  19. I have no idea why the plugin fails to work on some systems. 😕
×
×
  • Create New...