Neil Cassidy Posted November 4, 2009 Share Posted November 4, 2009 Thanks for agreeing to help! My current procedure gives the wrong result for color images (unless it's run individually on each channel). It takes almost 40 operations to get the correct result in Paint.NET. It should only be a few lines of C#. Quote Segment Image : Average Color (HSL) : Eigen Blur : []Cool, new forum! Link to comment Share on other sites More sharing options...
yy10 Posted November 4, 2009 Share Posted November 4, 2009 Wow...WTF. I haven't noticed this until now. But it's awesome! Great job! You can be the blend modes master. LOL Quote deviantART sigs n stuff Link to comment Share on other sites More sharing options...
Lego Posted November 5, 2009 Share Posted November 5, 2009 Got em! This will be AMAZING - Blend modes are my near favorite part of PDN. Thanks! ^^ Quote Lego's deviantART. La De Da... Link to comment Share on other sites More sharing options...
APShredder Posted November 8, 2009 Author Share Posted November 8, 2009 UPDATE: Copy from clipboard feature added, Signed Difference blend mode added. Quote BlendModes Plus | Dissolve | Extract Color Link to comment Share on other sites More sharing options...
Simon Brown Posted November 8, 2009 Share Posted November 8, 2009 Several problems (v3.5 Stable on Windows 7 64bit): -- Clicking the text copy image to clipboard doesn't select the radiobutton (seems illogical given that radiobuttons can have text). -- Repro: Load an image and switch to clipboard mode. File: C:\Program Files\Paint.NET\Effects\BlendModesPlus.dll Effect Name: BlendModesPlus.EffectPlugin Full error message: PaintDotNet.WorkerThreadException: Worker thread threw an exception ---> System.NullReferenceException: Object reference not set to an instance of an object. at BlendModesPlus.EffectPlugin.Render(EffectConfigToken parameters, RenderArgs dstArgs, RenderArgs srcArgs, Rectangle[] rois, Int32 startIndex, Int32 length) at PaintDotNet.Effects.Effect.Render(EffectConfigToken parameters, RenderArgs dstArgs, RenderArgs srcArgs, Rectangle[] rois) in D:\src\pdn\paintdotnet\src\Effects\Effect.cs:line 163 at PaintDotNet.Effects.BackgroundEffectRenderer.ThreadFunction() in D:\src\pdn\paintdotnet\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 156 --- End of inner exception stack trace --- at PaintDotNet.Effects.BackgroundEffectRenderer.DrainExceptions() in D:\src\pdn\paintdotnet\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 332 at PaintDotNet.Effects.BackgroundEffectRenderer.Abort() in D:\src\pdn\paintdotnet\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 301 at PaintDotNet.Effects.BackgroundEffectRenderer.Start() in D:\src\pdn\paintdotnet\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 261 at PaintDotNet.Menus.EffectMenuBase.<>c__DisplayClass18.<>c__DisplayClass1c.b__d() in D:\src\pdn\paintdotnet\src\PaintDotNet\Menus\EffectMenuBase.cs:line 735 -- Repro: Copy something to the clipboard, click copy image to clipboard, wait for it to render, copy another image, switch to file mode and back. File: C:\Program Files\Paint.NET\Effects\BlendModesPlus.dll Effect Name: BlendModesPlus.EffectPlugin Full error message: PaintDotNet.WorkerThreadException: Worker thread threw an exception ---> System.ArgumentOutOfRangeException: Coordinates out of range, max={Width=863, Height=539} Parameter name: (x,y) Actual value was {X=0,Y=540}. at PaintDotNet.Surface.get_Item(Int32 x, Int32 y) in D:\src\pdn\paintdotnet\src\Core\Surface.cs:line 949 at BlendModesPlus.EffectPlugin.Render(EffectConfigToken parameters, RenderArgs dstArgs, RenderArgs srcArgs, Rectangle[] rois, Int32 startIndex, Int32 length) at PaintDotNet.Effects.Effect.Render(EffectConfigToken parameters, RenderArgs dstArgs, RenderArgs srcArgs, Rectangle[] rois) in D:\src\pdn\paintdotnet\src\Effects\Effect.cs:line 163 at PaintDotNet.Effects.BackgroundEffectRenderer.RendererContext.Renderer(EffectConfigToken token) in D:\src\pdn\paintdotnet\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 127 --- End of inner exception stack trace --- at PaintDotNet.Effects.BackgroundEffectRenderer.DrainExceptions() in D:\src\pdn\paintdotnet\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 332 at PaintDotNet.Effects.BackgroundEffectRenderer.Abort() in D:\src\pdn\paintdotnet\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 301 at PaintDotNet.Effects.BackgroundEffectRenderer.Start() in D:\src\pdn\paintdotnet\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 261 at PaintDotNet.Menus.EffectMenuBase.<>c__DisplayClass18.<>c__DisplayClass1c.b__d() in D:\src\pdn\paintdotnet\src\PaintDotNet\Menus\EffectMenuBase.cs:line 735 Quote Link to comment Share on other sites More sharing options...
pyrochild Posted November 8, 2009 Share Posted November 8, 2009 Bug: If the clipboard does not contain an image, there is a valid file path in the textbox, and the user selects the clipboard option, the plugin will crash. If the image from the clipboard or file is a different size than the layer, it will be stretched to fit the whole layer. This, I think, should be optional and also respect selections. That is, if the stretching is enabled, it should stretch to the selection rather than the whole layer. Also, an option to position the fake layer would be nice. Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
APShredder Posted November 8, 2009 Author Share Posted November 8, 2009 Thanks for the error reports guys. I'll probably have them fixed by tomorrow afternoon. EDIT: Nevermind. They should be fixed now. And I'll try working on the resizing and placement things later. Quote BlendModes Plus | Dissolve | Extract Color Link to comment Share on other sites More sharing options...
Neil Cassidy Posted November 8, 2009 Share Posted November 8, 2009 "Signed Difference" works great, APShredder. Thanks very much! Quote Segment Image : Average Color (HSL) : Eigen Blur : []Cool, new forum! Link to comment Share on other sites More sharing options...
APShredder Posted November 8, 2009 Author Share Posted November 8, 2009 No problem. :wink: Quote BlendModes Plus | Dissolve | Extract Color Link to comment Share on other sites More sharing options...
Wilson Posted November 8, 2009 Share Posted November 8, 2009 You just keep adding more and more blend modes, don't you? :wink: Love them all! Got any other ideas for amazing plugins? Quote Link to comment Share on other sites More sharing options...
LFC4EVER Posted November 9, 2009 Share Posted November 9, 2009 Really cool new blend modes, and loving the clipboard function too. ____________ While writing this post, i just had an idea. If anyone remembers my fake Advanced Tools plugin, then maybe it could become a reality. Using your blend modes, with pyro's smudge plugin, you and pyro could collab and create some awesome tools plugin that use the blend modes? I dunno if its possible.. Would be an epic plugin though. Quote ☆★☆★Merry Christmas★☆★☆ .::.My Gallery.::.Make Gold Text!.::. Link to comment Share on other sites More sharing options...
APShredder Posted November 9, 2009 Author Share Posted November 9, 2009 Possible, yes. As easy as it sounds, no. Quote BlendModes Plus | Dissolve | Extract Color Link to comment Share on other sites More sharing options...
sokagirl Posted November 27, 2009 Share Posted November 27, 2009 Thanks for creating this , just downloaded it today :AddNoise: Quote Link to comment Share on other sites More sharing options...
Lance McKnight Posted December 31, 2009 Share Posted December 31, 2009 After I read through all the posts, I realized nobody has requested one more blending option, if it is doable at all, and that's called, "Soft Light." Any way this could be implemented? I am totally enjoying your plug-in, my friend. This is an excellent plug-in. Quote Officially retired from this forum. Have a nice day. Link to comment Share on other sites More sharing options...
APShredder Posted January 2, 2010 Author Share Posted January 2, 2010 I've actually be trying to get Soft Light to work (along with a bunch of other blending modes), but the result never comes out right. Hopefully I'll have it with a later update. Quote BlendModes Plus | Dissolve | Extract Color Link to comment Share on other sites More sharing options...
jerry533482 Posted January 6, 2010 Share Posted January 6, 2010 Hey Rick, can these modes be built into a future release? Awesome plugin, APShredder. Quote Space...The Final Frontier. -James Tiberius Kirk; circa 2260s My gallery: Jerry's Paint.NET creations My tuts: sun galaxy rings My youtube: http://www.youtube.com/jerry533482 YLOD VICTIM Link to comment Share on other sites More sharing options...
Lance McKnight Posted January 10, 2010 Share Posted January 10, 2010 BTW, congrats on winning the GE award. I actually nominated you for that specifically because of this plugin. Keep up the great work. 8) PS...I read your comment about Soft Light. It's no worries. Hey, do you think you may be able to create a plugin similar to Photoshop's lighting effect? Quote Officially retired from this forum. Have a nice day. Link to comment Share on other sites More sharing options...
APShredder Posted January 10, 2010 Author Share Posted January 10, 2010 Thanks for nominating me. As for the lighting plugin, I could have a look to see if it's possible, but no promises. :wink: Quote BlendModes Plus | Dissolve | Extract Color Link to comment Share on other sites More sharing options...
Possum Roadkill Posted January 11, 2010 Share Posted January 11, 2010 I like everything about this plugin. This is just wonderful. Thanks so much, it works so well and is so helpful. Quote My Gallery SAC, WOTW and Photo Manip Competition Host To visit the Comps click HERE Link to comment Share on other sites More sharing options...
APShredder Posted February 28, 2010 Author Share Posted February 28, 2010 UPDATE: Exclusion, Maximum, Minimum, Phoenix, and Soft Light blend modes added. Quote BlendModes Plus | Dissolve | Extract Color Link to comment Share on other sites More sharing options...
Goonfella Posted February 28, 2010 Share Posted February 28, 2010 Thanks AP . Updated. :wink: Quote Please feel free to visit my Gallery on PDNFans And my Alternatives to PDN Link to comment Share on other sites More sharing options...
Lance McKnight Posted February 28, 2010 Share Posted February 28, 2010 Thanks AP . Updated. :wink: Second it! Brilliant! Quote Officially retired from this forum. Have a nice day. Link to comment Share on other sites More sharing options...
99har Posted February 28, 2010 Share Posted February 28, 2010 hi, this plugin never works with me please help! Quote Link to comment Share on other sites More sharing options...
APShredder Posted March 1, 2010 Author Share Posted March 1, 2010 99har: What kind of problems are you experiencing? Are you getting any error messages? Do you need help installing the plugin? I need a little more information about your problems so I can help you. Quote BlendModes Plus | Dissolve | Extract Color Link to comment Share on other sites More sharing options...
barkbark00 Posted March 1, 2010 Share Posted March 1, 2010 Suggestions for v2.+: 1. Add native PdN blend modes to list. That would make it easier to compare the extended set to those that already exist. 3. Allow for customization of the blend mode display order in the drop-down list. Otherwise, you have very helpful and comprehensive plugin. Keep up the good work! Quote Take responsibility for your own intelligence. 😉 -Rick Brewster 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.