Jump to content
How to Install Plugins ×

Base64 FileType (2022-06-03)


null54

Recommended Posts

Link to comment
Share on other sites

Hmmm... plugin may have a bug in it...

 

The bug was that the Load method would remove the second = that is used in base 64 padding, fixed in 1.0.0.5.

 

IsReflexive would not be appropriate for a FileType that saves indexed color images without user interaction, it should only be used for FileTypes that are lossless.

 

Determines if saving with a given SaveConfigToken would alter the image in any way.

Put another way, if the document is saved with these settings and then immediately loaded, would it have exactly the same pixel values?

Any lossy codec should return 'false'.

This value is used to optimizing preview rendering memory usage, and as such flattening should not be taken in to consideration.

For example, the codec for PNG returns true, even though it flattens the image.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

Improved compatibility with Paint.NET's Dark theme, file version updated to 1.0.0.8.

  • Upvote 1

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

  • 2 years later...

Using the current version of this plugin with Paint.NET 4.2.14 on Windows 10 Pro I am experiencing a display issue:

The Controls on save dialogue are mashed together

Probably due to me using a scaling of 200% within Windows display settings the save dialogue looks like 01_save.png

01_save.png

Link to comment
Share on other sites

  • null54 changed the title to Base64 FileType (2020-12-16)
20 hours ago, Jo Weiser said:

The Controls on save dialogue are mashed together

 

This should be fixed in version 1.0.0.9.

  • Like 1

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

  • null54 changed the title to Base64 FileType (2021-07-23)

Release version 1.0.0.10.

Changes:

  • Fixed a crash when reading some Base64 encoded data.

  • Like 1

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

  • 5 months later...
  • null54 changed the title to Base64 FileType (2022-06-03)

Release version 1.0.0.11.

Changes:

  • Fixed a crash when loading quoted Base64 strings
  • Added support for loading JPEG and GIF images
  • Like 2

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...