andrewhsiao Posted October 4, 2018 Share Posted October 4, 2018 Sometimes some workitem need to export icon for buisness. I am chosing the software for icon Quote Link to comment Share on other sites More sharing options...
BoltBait Posted October 4, 2018 Share Posted October 4, 2018 20 minutes ago, andrewhsiao said: Sometimes some workitem need to export icon for buisness. I am chosing the software for icon Then, you're fine. Quote Download: BoltBait's Plugin Pack | CodeLab | and a Free Computer Dominos Game Link to comment Share on other sites More sharing options...
andrewhsiao Posted October 4, 2018 Share Posted October 4, 2018 What is the paintNet plugin license ? I am waiting for using any body know ? Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted October 4, 2018 Share Posted October 4, 2018 38 minutes ago, andrewhsiao said: What is the ... plugin license ? The author of this plugin never specified a license. Quote (September 25th, 2023) Sorry about any broken images in my posts. I am aware of the issue. My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted October 4, 2018 Share Posted October 4, 2018 16 hours ago, andrewhsiao said: What is the paintNet plugin license ? What do you want to do with the plugin? 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...
andrewhsiao Posted October 6, 2018 Share Posted October 6, 2018 On 10/4/2018 at 1:33 PM, toe_head2001 said: The author of this plugin never specified a license. On 10/5/2018 at 5:12 AM, Ego Eram Reputo said: What do you want to do with the plugin? Sometimes some workitem need to export icon for buisness. I am chosing the software for icon Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted October 6, 2018 Share Posted October 6, 2018 Any icon you have created and saved with this plugin is yours to do with as you please. 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...
andrewhsiao Posted October 9, 2018 Share Posted October 9, 2018 On 10/7/2018 at 2:20 AM, Ego Eram Reputo said: Any icon you have created and saved with this plugin is yours to do with as you please. Thanks,I will copy the discuss screen picture to save the discuss words for this plugin copyright description Quote Link to comment Share on other sites More sharing options...
pdn-user Posted June 27, 2019 Share Posted June 27, 2019 On 5/9/2016 at 11:38 AM, pdn-user said: @TechnoRobbo: Thank you, the plugin works. There is still some issues with the plugin though: Issue 1: * open an icon with multiple bitmaps in (I've did so from Explorer) * the "Icon/Cursor Load Options" comes up, leave it open * open another icon (I've did so from Explorer, in this case with a single bitmap only) Result: 100% CPU on one core, nothing happens until you switch to the "Icon/Cursor Load Options" and choose one or cancel it. Issue 2: If you cancel the "Icon/Cursor Load Options" you still have the file open with only the background set (and a message without a message title), is it possible to abort the load completely? Issue 3 (Feature Request): Is it possible to name the layers of the image file including the color dept? Currently there are multiple layers with the same names. Issue 4: `this.TopMost = true;` seems a bit too much, this is the only application (part) I've recognized so far that still shows up when I switch to a full-screen RDP session. Does it work without this? If not: is it possible to remove this in the `onFocus` (or whatever appropriate) event of the dialogue? Issue 5 (severe): If you cancel the Save Dialogue you get a 0 byte file (the original version is lost). I've rechecked those with the most current PDN and plugin (I guess the later did not change). Issue 1 - solved Issue 2 - still there (both the message without a message title and the "empty" open picture Issue 3 - I raise the FR again (and would adjust the plugin if I'd have the sources, that FR should be relative easy to do) Issue 4 - still an issue which can be really bugging - I'd experiment for solutions with the source code available... Issue 5 - the most severe issue persists and I'm confident to fix this, too I also second the request of others (the source code is likely to contain a license info, I assume - I'd like to make fixes available to others): On 1/16/2017 at 2:09 AM, CrazyBug said: Any chance to get the source code of this Paint.NET plugin? 1 Quote Link to comment Share on other sites More sharing options...
Laurie Posted November 14, 2019 Share Posted November 14, 2019 (edited) Hi there! 😊 When buying PdotNET through Windows, and gaining access to WindowsApps folder, the likely candidate appears to be the Bundled folder where there are the DDSFileTypePlus and WebPFileType folders by default. Just popped it in there, no containing folder required? The possibility of a plugin manager has been discussed before, might come in handy for this type of thing- but requires a bit of input. Thanks for the plugin! Edited November 14, 2019 by Laurie Quote Link to comment Share on other sites More sharing options...
null54 Posted November 14, 2019 Share Posted November 14, 2019 5 hours ago, Laurie said: When buying PdotNET through Windows, and gaining access to WindowsApps folder, the likely candidate appears to be the Bundled folder where there are the DDSFileTypePlus and WebPFileType folders by default. Just popped it in there, no containing folder required? The Windows Store version requires FileType plugins to be installed into <Documents>\paint.net App Files\FileTypes. See https://www.getpaint.net/doc/latest/InstallPlugins.html#4 for more information. 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...
Laurie Posted November 14, 2019 Share Posted November 14, 2019 (edited) 11 hours ago, null54 said: The Windows Store version requires FileType plugins to be installed into <Documents>\paint.net App Files\FileTypes. See https://www.getpaint.net/doc/latest/InstallPlugins.html#4 for more information. Fantastic, thanks -that seems a lot better. TBQH it was a hard time trying to get anything into WindowsApps even when one had taken ownership of the folder. Plus bizarro ACL hiccups: Spoiler Came up with a script to handle that at reboot, but the FileRenameOperations key wouldn't update on completion of the script: Spoiler ; Autohotkey req. MOVEFILE_DELAY_UNTIL_REBOOT := 0x4 MOVEFILE_REPLACE_EXISTING := 0x1 src := "C:\Users\New\Desktop\IcoCur.dll" dst := "C:\Program Files\WindowsApps\dotPDNLLC.paint.net_4.205.7213.0_x64__h55e3w7q8jbva\Bundled\IcoCur.dll" if (DllCall("MoveFileEx", "STR", src, "STR", dst, "UINT", MOVEFILE_DELAY_UNTIL_REBOOT | MOVEFILE_REPLACE_EXISTING)) msgbox, 64, Success, IcoCur.dll to be moved to Bundle next reboot! else msgbox, 16, Failure, IcoCur.dll will not be moved to Bundle next reboot! Error was %A_LastError% In any case, this is a better bet. What a relief! Edited November 15, 2019 by Laurie Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 15, 2019 Share Posted November 15, 2019 Don't put stuff into Bundled. It won't work. It doesn't work that way. That is NOT where plugins go. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Pablo Posted June 13, 2020 Share Posted June 13, 2020 (edited) An update on this for anyone new (sorry for the bold it's jammed on! I pasted in from a Google Doc so don't know why) Paint.Net version at this point in time: Stable release 4.2.12 / May 29, 2020; 15 days ago https://en.wikipedia.org/wiki/Paint.net https://www.getpaint.net/ This is an amazing windows program btw - just wish I’d found it sooner! The IcoCur.dll for creating .ico icons from within Paint.net The DLL worked with the above version of Paint.net on my Windows 10 Pro Version 1903 64bit today. Credit to the DLL developer - great job thanks and to TechnoRobbo of this forum for fixing it to work with later version - great job too thanks. The link below is to TechnoRobbo post March 31, 2016 where IcoCur.dll may be downloaded. https://forums.getpaint.net/topic/927-icon-cursor-and-animated-cursor-format-v37-may-2010/page/13/?tab=comments#comment-514467 I online malware checked IcoCur.dll and it seems fine but make your own judgment on this. Results: https://r.virscan.org/language/en/report/03d4142498934d88486bb6cc2c119bc8 The IcoCur.dll file needs to be placed in the 'FileTypes' folder, rather than the 'Effects' folder. (tnx KetchupKid July 28, 2016) Here: C:\Program Files\paint.net\FileTypes I created a 64 x 64 single icon from a 227 x 222 pixel 32bit 20KB .PNG image and it worked and I left job done. So that's the extent of testing I did. The icon looks great on my Windows desktop. To use just do ‘Save As’ and select ‘Save as type’ .ico file and then during the save process you will be shown some icon options, set those and finish saving. Job done. Enjoy and thanks to all contributions. Edited June 14, 2020 by Ego Eram Reputo De-bolded :) 1 Quote Link to comment Share on other sites More sharing options...
Ewan Green Posted November 8, 2020 Share Posted November 8, 2020 (edited) Hello, and apologies for the bump. I just came to this thread to ask, is there an alternative to this plugin (or a modified version) that allows saving of the .ico at any bit depths other than 8-bit or 32-bit? I would like to be able to specify the bit depth because I am trying to save a 4-bit 32x32 icon and nothing more. Any help is appreciated Edit: While I'm at it, what about custom resolutions as well? I'm not in the immediate need but I figure it probably comes hand-in-hand with the theoretical custom bit depth. Edited November 8, 2020 by Ewan Green Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 8, 2020 Share Posted November 8, 2020 Frankly I think your best bet for working with ICO files is to use something like Axialis IconWorkshop. Save the 4-bit image as a PNG, which Paint.NET does support. Then, bring it into IconWorkshop and get it done there. (I use IconWorkshop when I need to edit Paint.NET's icon.) 2 2 Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
M_Lyons10 Posted April 5, 2021 Share Posted April 5, 2021 Is there any chance to get this ico plugin to support 512? Quote Link to comment Share on other sites More sharing options...
BoltBait Posted April 5, 2021 Share Posted April 5, 2021 21 minutes ago, M_Lyons10 said: Is there any chance to get this ico plugin to support 512? The last time the author of this plugin visited the forum was in 2013, so... unknown? Quote Download: BoltBait's Plugin Pack | CodeLab | and a Free Computer Dominos Game Link to comment Share on other sites More sharing options...
M_Lyons10 Posted April 5, 2021 Share Posted April 5, 2021 37 minutes ago, BoltBait said: The last time the author of this plugin visited the forum was in 2013, so... unknown? Oh, OK, thanks. That's a shame. Quote Link to comment Share on other sites More sharing options...
zezenono Posted October 2, 2021 Share Posted October 2, 2021 When the Paint .NET is changed to 4.3 by Automatic Update, icon file saving by icocur.dll is generated only with top layers. I am troubled with it. It requires processing such as layer merge. Quote Link to comment Share on other sites More sharing options...
Eagle Posted October 4, 2021 Share Posted October 4, 2021 (edited) On 4/5/2021 at 7:03 PM, BoltBait said: The last time the author of this plugin visited the forum was in 2013, so... unknown? Hmm.. It's .NET bytecode, so there's a possibility to first recover the source code & then recompile with latest .NET 5 or so. However, it might violate the source's licence, so... Edited October 4, 2021 by Eagle Quote John Fitzgerald Kennedy: „And do the other things, not because they’re easy, but because they’re hard.“ Link to comment Share on other sites More sharing options...
foxx1337 Posted September 17 Share Posted September 17 I decompiled the original plugin from Evan Olds; it's probably OK, according to what he published on GitHub a decade ago (for example https://github.com/evanolds/AnimCur) and recompiled it with .NET 7 for paint.net v5: https://github.com/foxx1337/IcoCur/releases/tag/v7.0 Quote Link to comment Share on other sites More sharing options...
Klutz Posted November 18 Share Posted November 18 if anyone picks up the torch, saving cursors at 128x128 would be rad Quote Link to comment Share on other sites More sharing options...
BDP Posted November 19 Share Posted November 19 Klutz, There is definitely a FileTypes plugin that does all the various icon sizes - can't for the life of me think of the name - because I use it a fair bit of the time. Download what is there, and experiment Brian Quote Link to comment Share on other sites More sharing options...
lynxster4 Posted November 19 Share Posted November 19 Hi @Klutz The other .ico plugin @BDP is referring to can be found here: https://github.com/KyleTTucker/Paint.net-Icon-Creator/releases/tag/IconCreator1.0 It saves up to 256x256. Quote My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" 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.