null54 Posted June 21, 2014 Posted June 21, 2014 Thank you very much! If it wouldn't be too much bother, do you think you'd be able to find the Octagonal/Quad reshape part as well? That link also seems to be gone. That plugin has been replaced by the Quadrilateral Reshape and Polygonal Transparency effects in this pack. Also it appears that evanolds.com is back online. 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
KellyJ13 Posted July 18, 2014 Posted July 18, 2014 Hi there, I just tried to download the Evan's Effects and I got a warning message saying "This kind of file can harm your computer, do you want to discard?" Is there another link or is there a way to correct this? These look like great effects that I would use quite a bit. Quote
DrewDale Posted July 18, 2014 Posted July 18, 2014 Hi Kelly. It is only giving you that warning prompt because it is a .dll not in a zip folder. You are OK to download it 1 Quote
Roly Poly Goblinoli Posted August 15, 2014 Posted August 15, 2014 Could somebody be kind and tell me where the open source link is? I'm looking for references, specifically for the implementation of hsv (I had difficulty converting an hsv color to an rgb color manually and it involves a good bit of "color space" mumbo-jumbo that just turns to mush in my brain) Quote
null54 Posted August 15, 2014 Posted August 15, 2014 Could somebody be kind and tell me where the open source link is? I'm looking for references, specifically for the implementation of hsv (I had difficulty converting an hsv color to an rgb color manually and it involves a good bit of "color space" mumbo-jumbo that just turns to mush in my brain) The source code link is at the bottom of this page. 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
Roly Poly Goblinoli Posted August 17, 2014 Posted August 17, 2014 Thank you. I couldn't find it on this topic; I didn't know it was on your website. Quote
jicks Posted August 30, 2014 Posted August 30, 2014 it seems the link is down again, anyone have the .dll and wants to share? Quote
Pixey Posted August 30, 2014 Posted August 30, 2014 (edited) Hi @jicks - I have a zipped file and will try to attach it here. Perhaps a mod can add it to the first page as well Ooops - I need to zip it first ..... please bear with me OK - here it is - I hope it's the right .dll in the zip file (I haven't done this before). EOEffects (1).zip Edited August 30, 2014 by Pixey Quote How I made Jennifer & Halle in Paint.net My Gallery | My Deviant Art "Rescuing one animal may not change the world, but for that animal their world is changed forever!" anon.
toe_head2001 Posted January 11, 2015 Posted January 11, 2015 I do not have a copy of the source code or demo images, sorry. A copy of the source code is available at the bottom of this page: https://web.archive.org/web/20130830101215/http://evanolds.com/pdn_effects.html Perhaps we can get the source code zip attached (with his public domain notice) to the original post? I don't know the Internet Archive's policy for image hotlinking, so here are just the urls for the demo images. https://web.archive.org/web/20120926092453im_/http://www.evanolds.com/images/pdnmirrorline1.png https://web.archive.org/web/20120919054838im_/http://www.evanolds.com/images/gorges.jpg https://web.archive.org/web/20120919054844im_/http://www.evanolds.com/images/TreesSkyBoth.jpg https://web.archive.org/web/20120919054828im_/http://www.evanolds.com/images/bowls.jpg https://web.archive.org/web/20120926092503im_/http://www.evanolds.com/images/pdn_3dobj1.png https://web.archive.org/web/20120926092509im_/http://www.evanolds.com/images/PDN/piechart1.png 2 Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab
Cc4FuzzyHuggles Posted February 4, 2015 Posted February 4, 2015 Thank you Toe_Head2001 for posting those pictures! It would be great if a mod would use them to update the first post. Quote *~ Cc4FuzzyHuggles Gallery ~*
Ego Eram Reputo Posted February 4, 2015 Posted February 4, 2015 I'll have a look at this tonight. 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
Ego Eram Reputo Posted February 6, 2015 Posted February 6, 2015 Images restored. Thanks for the links toe_head2001! 1 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
AndrewDavid Posted February 1, 2017 Posted February 1, 2017 (edited) Greetings All - With the intro of WIN10 and newer faster computers - we are entering into a new age of computing. Genius - Pure Genius is all I can say about my second collection of Add-ins from EvanOlds. Words cannot express the kudos you deserve. New Install 4.0.13. Reminder - when everything works - do not change a thing LOL. Edited February 9, 2017 by AndrewDavid Quote
AndrewDavid Posted July 28, 2017 Posted July 28, 2017 Mirror over line is now crashing in the new update File: C:\Program Files\paint.net\Effects\EOEffects.dll Effect Name: PaintDotNet.Effects.MirrorOverLineEffect Full error message: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: source.Size=250,250, newSize=256,256, but the new size must be smaller at PaintDotNet.Rendering.ResizeSuperSamplingRendererBgra..ctor(IRenderer`1 source, Int32 newWidth, Int32 newHeight) in D:\src\pdn\src\Core\Rendering\ResizeSuperSamplingRendererBgra.cs:line 283 at PaintDotNet.Rendering.RendererBgraExtensions.ResizeSuperSampling(IRenderer`1 source, Int32 newWidth, Int32 newHeight) in D:\src\pdn\src\Core\Rendering\RendererBgraExtensions.cs:line 150 at PaintDotNet.Rendering.RendererBgraExtensions.ResizeSuperSampling(IRenderer`1 source, SizeInt32 newSize) in D:\src\pdn\src\Core\Rendering\RendererBgraExtensions.cs:line 137 at PaintDotNet.Surface.FitSurface(ResamplingAlgorithm algorithm, Surface source, Rectangle dstRoi, Boolean useMultiCore) in D:\src\pdn\src\Core\Surface.cs:line 1450 at PaintDotNet.Effects.MirrorOverLineEffect.CreateConfigDialog() at PaintDotNet.Menus.EffectMenuBase.RunEffectImpl(Type effectType) in D:\src\pdn\src\PaintDotNet\Menus\EffectMenuBase.cs:line 915 Quote
AndrewDavid Posted July 28, 2017 Posted July 28, 2017 1 minute ago, AndrewDavid said: Parameter name: source.Size=250,250, newSize=256,256, but the new size must be smaller My fault Quote
butterfly8000 Posted October 23, 2017 Posted October 23, 2017 Is conditional hue/sat in adjustments or somewhere else as it is not showing up at all in Adjustments and I cannot find it anywhere, Thanks for any and all help! Quote
AndrewL Posted March 15, 2019 Posted March 15, 2019 (edited) On 12/7/2008 at 6:37 AM, evanolds said: Pie Chart ("Render" submenu) Renders a simple pie chart. Added January 6, 2012. Great plugin! Some comments about the pie chart: The category name is lost as soon as you click on Ok. When you open the popup again, the names are just "Category 1", "Category 2", so there isn't much sense in spend much time writing something there. The pie chart always takes the whole space. If you select an area, it won't make the chart smaller, but just render that specific part of the graph, which in my opinion, doesn't make much sense. It would be great if the existing categories list support multi select, so you can remove more than one at the time. Or if there was a "remove all" or "clear" button. Apparently there is no keyboard shortcut to remove a category, so you have to use your mouse to click on an entry and then on the Remove button repeatedly. It would also be great if clicking or double clicking on an existing category would reload the field above, so you can easily edit it, instead of having to delete and readd it. Add always adds the category at the end. It would be great if it was added before the selected existing category, if any. But this requires that clicking on a selected category un-selects it, so you can still add a category at the end. On 10/16/2012 at 8:49 PM, evanolds said: Source code is available as of October 16, 2012. http://www.evanolds....dn_effects.html Too bad it's gone. Edited March 15, 2019 by AndrewL Quote
Ego Eram Reputo Posted March 15, 2019 Posted March 15, 2019 Toe_head2001 has a very cool replacement here... . 1 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
Reptillian Posted June 28, 2019 Posted June 28, 2019 On 3/15/2019 at 10:25 AM, AndrewL said: Too bad it's gone. https://web.archive.org/web/20140621013412/http://evanolds.com/dl/EOEffectsSrc_Oct16_2012.zip Nope, it's there. Quote G'MIC Filter Developer I am away from this forum for undetermined amount of time: If you really need anything related to my PDN plugin or my G'MIC filter within G'MIC plugin, then you can contact me via Paint.NET discord, and mention me.
Woodsy Posted June 29, 2019 Posted June 29, 2019 44 minutes ago, nozmo said: What's with FORCING people to use DROPBOX? Getting a kickback? SCREW THAT. I wouldn't act like that if I were you! 1 Quote My PDN Gallery
Ego Eram Reputo Posted June 29, 2019 Posted June 29, 2019 4 hours ago, nozmo said: What's with FORCING people to use DROPBOX? <snip> I have archived quite a number of legacy plugins so forum users can continue to download them. This is usually necessary because the plugin author is awol and the original plugin link is/was broken. This is the case for this plugin pack. I'm providing this service for free. I don't recieve any payment or 'kickbacks' for doing so. I do it because I'm generous and altruistic. You don't get to choose how I make these plugins available, I do. If you don't like DropBox don't download it. 2 2 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
Ego Eram Reputo Posted June 29, 2019 Posted June 29, 2019 4 hours ago, Reptillian said: https://web.archive.org/web/20140621013412/http://evanolds.com/dl/EOEffectsSrc_Oct16_2012.zip Nope, it's there. The link in the first post works fine. I just checked. 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
Reptillian Posted June 30, 2019 Posted June 30, 2019 (edited) 23 hours ago, Ego Eram Reputo said: The link in the first post works fine. I just checked. The person is talking about the source code. I don't see the source code via dropbox website navigator. Wayback Machine preserved the source code. Edited June 30, 2019 by Reptillian Quote G'MIC Filter Developer I am away from this forum for undetermined amount of time: If you really need anything related to my PDN plugin or my G'MIC filter within G'MIC plugin, then you can contact me via Paint.NET discord, and mention me.
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.