Ego Eram Reputo Posted March 26, 2016 Share Posted March 26, 2016 Midora gave me a head-up on this issue here: http://forums.getpaint.net/index.php?/topic/31674-csv-comma-separated-values-filetype/?p=425159 Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
null54 Posted March 26, 2016 Author Share Posted March 26, 2016 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. Midora gave me a head-up on this issue here: http://forums.getpaint.net/index.php?/topic/31674-csv-comma-separated-values-filetype/?p=425159 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. Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint 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 More sharing options...
BoltBait Posted March 26, 2016 Share Posted March 26, 2016 I didn't have a problem with loading (since I was loading png icon files). As it turns out, I was able to save all but 1 file. I'll try again in about 2 hours when I get home and post the png file if it still won't save. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
BoltBait Posted March 26, 2016 Share Posted March 26, 2016 I'm not sure if it was upgrading to 1.0.0.5 or trying to save it on a different machine... But, it worked that time! Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
BoltBait Posted March 26, 2016 Share Posted March 26, 2016 This png file came out wrong: Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
null54 Posted March 26, 2016 Author Share Posted March 26, 2016 That bug is now fixed. Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint 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 More sharing options...
BoltBait Posted March 26, 2016 Share Posted March 26, 2016 That bug is now fixed. Verified. Nice job! BTW, I love the quote in your signature. My daughter is in a college C++ course right now and I'm helping her with her homework. I had forgotten what a PITA C++ was... Ugh! Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
null54 Posted April 2, 2016 Author Share Posted April 2, 2016 Fixed a bug with the bmp format, file version updated to 1.0.0.7. Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint 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 More sharing options...
null54 Posted January 10, 2018 Author Share Posted January 10, 2018 Improved compatibility with Paint.NET's Dark theme, file version updated to 1.0.0.8. 1 Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint 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 More sharing options...
Jo Weiser Posted December 15, 2020 Share Posted December 15, 2020 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 Quote Link to comment Share on other sites More sharing options...
null54 Posted December 16, 2020 Author Share Posted December 16, 2020 20 hours ago, Jo Weiser said: The Controls on save dialogue are mashed together This should be fixed in version 1.0.0.9. 1 Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint 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 More sharing options...
null54 Posted July 24, 2021 Author Share Posted July 24, 2021 Release version 1.0.0.10. Changes: Fixed a crash when reading some Base64 encoded data. 1 Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint 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 More sharing options...
BoltBait Posted January 16, 2022 Share Posted January 16, 2022 Once again this plugin saved the day! Donation on the way. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
null54 Posted June 3, 2022 Author Share Posted June 3, 2022 Release version 1.0.0.11. Changes: Fixed a crash when loading quoted Base64 strings Added support for loading JPEG and GIF images 2 Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint 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 More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.