TechnoRobbo Posted August 31, 2013 Share Posted August 31, 2013 (edited) TechnoRobbo's Smudger V2.2 A full screen plugin that lets you smudge,smear and blend colors in your image. Left Click to smudge image. Right Click to Pan image. Version2.2 - Zoom in Feature Added Version2.1 - Code Accelerated Version2.0 - Full Screen Interface Version1.3 - Updated for Paint.net 4.0 Version1.2 - added edge clipping Version1.1 works with Alpha Transparency Maximum control Width increases to 200 Menu : Effects->Distort Demo best viewed 1080P Music by TechnoRobbo Facial Retouching Techno Calor How It Works The plugin is a photographic realization of a digital lowpass audio filter. In Laymen's terms - its a buffer that resists change. As you move the buffer over the image it collects a certain percentage of the image from the buffer's location and blends it into the buffer.Then the program deposits the content of the buffer. Elements of the background are therefore,dragged along into other areas of the background. The VS Source Code https://www.dropbox.com/s/0ulxkel6no41r89/TRsSmudgeSrcr.zip?dl=0 The Plug In TRsSmudger.zip Edited December 28, 2015 by TechnoRobbo 1 3 Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
Red ochre Posted August 31, 2013 Share Posted August 31, 2013 Nice work - how do you write them so fast?! Quote Red ochre Plugin pack.............. Diabolical Drawings ................Real Paintings Link to comment Share on other sites More sharing options...
TechnoRobbo Posted August 31, 2013 Author Share Posted August 31, 2013 30 years of coding experience and I'm a math geek. 1 Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
Red ochre Posted August 31, 2013 Share Posted August 31, 2013 That's cheating! - I rely on 'lucky' words. I find maths far more interesting if I can see what it's doing - I'm actually starting to understand some of the maths I was supposed to have learnt 30 odd years ago.It's also good to see how much can be achieved with so few lines of code. Quote Red ochre Plugin pack.............. Diabolical Drawings ................Real Paintings Link to comment Share on other sites More sharing options...
TechnoRobbo Posted August 31, 2013 Author Share Posted August 31, 2013 I blame boring teachers. Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted September 1, 2013 Share Posted September 1, 2013 This is excellent! 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...
Yusuf Zah Posted September 1, 2013 Share Posted September 1, 2013 Wow, Technorobbo you have been up to creating a whole bunch of great plug-ins. Excellent work. Quote Link to comment Share on other sites More sharing options...
TechnoRobbo Posted September 1, 2013 Author Share Posted September 1, 2013 Thank you, all of you. You people are much too kind. 1 Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
MarioMario510 Posted September 15, 2013 Share Posted September 15, 2013 Awesome work!! Quote Link to comment Share on other sites More sharing options...
pyrochild Posted September 15, 2013 Share Posted September 15, 2013 Maybe I'm misunderstanding this plugin but this seems like a very awkward way to smudge compared to mine. It's also painfully slow and doesn't work well with transparency. edit: I do see one advantage to this control scheme in that you can see the fully layered image while you work, but that's irrelevant as long as it doesn't work correctly with alpha. 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...
TechnoRobbo Posted September 15, 2013 Author Share Posted September 15, 2013 your absolutely right it was not intended to work with alpha. its basically turns your image into a fingerpainting canvas Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
TechnoRobbo Posted September 16, 2013 Author Share Posted September 16, 2013 (edited) ... but that's irrelevant as long as it doesn't work correctly with alpha. I guess it's relevant now Version 1.1 Uploaded - works correctly with Alpha Cahnnel It's also painfully slow ... This image took 20 minutes I guess at this point it's best to explain: How It Works The plugin is a photographic realization of a digital lowpass audio filter. In Laymen's terms - its a buffer that resists change. As you move the buffer over the image it collects a certain percentage of the image from the buffer's location and blends it into the buffer.Then the program deposits the content of the buffer. Elements of the background are therefore,dragged along into other areas of the background. Edited December 28, 2015 by TechnoRobbo Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
TechnoRobbo Posted September 18, 2013 Author Share Posted September 18, 2013 Version 1.2 adds edge clipping for larger brush size (200 pixels) Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
Seerose Posted September 27, 2013 Share Posted September 27, 2013 This is excellent! Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi Link to comment Share on other sites More sharing options...
TechnoRobbo Posted October 18, 2013 Author Share Posted October 18, 2013 Version1.3 - Updated for Paint.net 4.0 Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
TechnoRobbo Posted October 25, 2013 Author Share Posted October 25, 2013 All features of the Plugin - now work with 3.511 and 4.0 Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
TechnoRobbo Posted December 15, 2013 Author Share Posted December 15, 2013 Version 2.0 Uploaded with Full Screen Interface 2 Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
Lloyd Posted December 15, 2013 Share Posted December 15, 2013 Nice new UI. Thank you. Quote Link to comment Share on other sites More sharing options...
Red ochre Posted December 15, 2013 Share Posted December 15, 2013 Nice work on the U.I. - fun to use.Thanks Quote Red ochre Plugin pack.............. Diabolical Drawings ................Real Paintings Link to comment Share on other sites More sharing options...
TechnoRobbo Posted December 15, 2013 Author Share Posted December 15, 2013 (edited) Version 2.1 Uploaded. Code is much Faster - I didn't think I'd get it done so quickly. Thanks Red, I just accelerated the code 10 fold using Lockbits Checkout the Source Code - Intend on accelerating edge fader also. Edited December 15, 2013 by TechnoRobbo Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
TechnoRobbo Posted December 18, 2013 Author Share Posted December 18, 2013 (edited) Version 2.2 uploaded added zoom feature Here's a Video Tutorial called "TR's Smudger Photo Retouching with Version 2.2" or "Taking Years off of Angela Merkel" best viewed full screen 1080p Edited December 19, 2013 by TechnoRobbo Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
mattery Posted September 8, 2019 Share Posted September 8, 2019 This tool is exactly what I needed! But I am having a little problem with it. A second window opens to work on the smudging but the second window does not show the entire image. Not even in "Zoom 1x". There does not seem to be able way to move the image around in the window to look at all parts of the image. The window also does not seem to be resizable. Does this still work in Paint 4.2? And/or is there some way that I can see my entire image to work on it. Thank for all your work. Quote Link to comment Share on other sites More sharing options...
WillLem Posted July 22, 2022 Share Posted July 22, 2022 Nice! How do install this? Quote Link to comment Share on other sites More sharing options...
Pixey Posted July 22, 2022 Share Posted July 22, 2022 You have to download the Zip File, found at the bottom of the first post - then unzip it and move the contents to the Effects Folder of paint.net 1 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. 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.