lucasdoespaintneteffects Posted August 14 Share Posted August 14 are you tired of physcocolour? well good for you, cause i have an alternate version! The effect works by analyzing each pixel in the source image and applying a corruption effect based on the provided parameters. Here's how the corruption is applied: Each pixel's red, green, and blue components are scaled to the range of [0, 1]. The pixel's RGB components are used to determine the group within the specified width and height. A random value is generated based on the combination of the group's attributes and the seed value. If this random value is less than the specified intensity, the pixel's color is adjusted using a new random color derived from the original color and the random value. The primary color (defined as white by default) is then applied to modify the pixel's RGB components. The modified pixel is then placed into the destination image. Overall, the "Corrupt Effect" can add a visually interesting and slightly chaotic look to images, creating the appearance of digital corruption or glitching. The user has control over the width, height, intensity, and randomness of the corruption, allowing for a wide range of creative possibilities. PixelColorCorruptor.zip Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 15 Share Posted August 15 So this is a random effect? Are you able to predict the result on a given image with any accuracy? 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...
lucasdoespaintneteffects Posted August 15 Author Share Posted August 15 idk Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted August 15 Share Posted August 15 43 minutes ago, lucasdoespaintneteffects said: idk You created the effect, how do you not know? 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...
Tactilis Posted August 15 Share Posted August 15 1 hour ago, lucasdoespaintneteffects said: idk ?? Would you care to publish the source code then so others can understand what it's doing? Quote Link to comment Share on other sites More sharing options...
lucasdoespaintneteffects Posted August 17 Author Share Posted August 17 (edited) honestly idk because i used ai for this, and im mostly tired of physcocolour and people needed this soooo i made this source code is here Pixel Color Corruptor.cs Edited August 17 by lucasdoespaintneteffects Quote Link to comment Share on other sites More sharing options...
BoltBait Posted August 17 Share Posted August 17 3 hours ago, lucasdoespaintneteffects said: idk because i used ai for this Obviously. The source code is not only terrible, it is unnecessarily slow. 3 hours ago, lucasdoespaintneteffects said: people needed this Really? Quote Download: BoltBait's Plugin Pack | CodeLab | and a Computer Dominos Game Link to comment Share on other sites More sharing options...
toe_head2001 Posted August 17 Share Posted August 17 This is why we have publishing rules here on the forum. https://forums.getpaint.net/topic/117240-guidelines-for-publishing-plugins/ Quote 13. Please don't be in a rush to publish Plugins. As a rule of thumb, if you have little experience writing C# apps, then think twice before posting a plugin. As BoltBait said, "Noobs should be using plugins, not publishing them." 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...
toe_head2001 Posted August 17 Share Posted August 17 On 8/14/2023 at 1:54 PM, lucasdoespaintneteffects said: ... are you tired of physcocolour? 3 hours ago, lucasdoespaintneteffects said: ... and im mostly tired of physcocolour ... What's this physcocolour thing you're referring to? 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...
Tactilis Posted August 17 Share Posted August 17 On 8/14/2023 at 9:54 PM, lucasdoespaintneteffects said: are you tired of physcocolour? Yes, I'm so very tired of that. But psychocolour is a different matter entirely. Can't get enough of it 😉 4 Quote Link to comment Share on other sites More sharing options...
BlastOfBN Posted August 17 Share Posted August 17 And besides? What were your problems with psychocolour? Perhaps Red ochre could do something about it, or maybe even have a say on this? If you’re going to make something that essentially competes with something else, you may want to at least compare what you made to the thing you’re trying to provide an alternative to, so everyone is in the clear. 1 Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 17 Share Posted August 17 2 hours ago, toe_head2001 said: This is why we have publishing rules here on the forum. https://forums.getpaint.net/topic/117240-guidelines-for-publishing-plugins/ Specifically these two points.... Quote 12. Don't publish Plugins that are simply compilations of effects. By all means make them for your own use, but do not publish them here unless you're sure a Mod will go "Wow". Even then, another Mod may go "Meh" and delete it. 13. Please don't be in a rush to publish Plugins. As a rule of thumb, if you have little experience writing C# apps, then think twice before posting a plugin. As BoltBait said, "Noobs should be using plugins, not publishing them." @lucasdoespaintneteffects - please don't feel discouraged. You created your first plugin and got it working. This is actually a huge achievement. 👍 Please keep creating, testing and learning. By all means drop your plugins into the Developers section of the forum for advice and critique before you consider publishing them. I'll shortly move this thread into the Dev section. There you can continue to develop this plugin and also improve your skills and understand how and why plugins are written. 2 3 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...
Red ochre Posted August 17 Share Posted August 17 2 hours ago, Tactilis said: But psychocolour is a different matter entirely. Can't get enough of it 😉 Good man!💰😉 If people really want to play with the code to create different 'odd' colours, the original code is here... my very first... or maybe second post on the forum! 1 Quote Red ochre Plugin pack.............. Diabolical Drawings ................Real Paintings Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 17 Share Posted August 17 12 minutes ago, Red ochre said: If people really want to play with the code to create different 'odd' colours, the original code is here... my very first... or maybe second post on the forum! A dozen years ago we were quite a team 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 Link to comment Share on other sites More sharing options...
Red ochre Posted August 17 Share Posted August 17 21 minutes ago, Ego Eram Reputo said: A dozen years ago we were quite a team Yes, and thanks for your encouragement with those early effects!...and where does the time go? Quote Red ochre Plugin pack.............. Diabolical Drawings ................Real Paintings Link to comment Share on other sites More sharing options...
lucasdoespaintneteffects Posted August 17 Author Share Posted August 17 ALSO A FUN FACT:i got this code from an unity shader and i told chatgpt to turn it into an effect, and it worked! im feeling like porting the old object bevel by @BoltBait, since people say its better (THIS IS THE ONLY SCREENSHOT I COULD FIND!!!) Quote Link to comment Share on other sites More sharing options...
BoltBait Posted August 18 Share Posted August 18 I'm not worried. 1 Quote Download: BoltBait's Plugin Pack | CodeLab | and a Computer Dominos Game Link to comment Share on other sites More sharing options...
BlastOfBN Posted August 24 Share Posted August 24 Also, one more thing that should help in development (of pretty much any field now that I think of it): Although AI can be useful in some fields, you shouldn’t use AI for every single thing you do when you make something. It’s okay to use it for minimal things, such as advice, among other non-major things that won’t really matter to the end user, not everything can be automated. You shouldn’t have AI do the job for you when it comes to making content, among other things. It’s essentially having someone do the job for you, and that’s often heavily discouraged. It’s a good thing you were able to get your own plugin up and running, but you always have to put your own work into something you present. Make sure you at least contribute a good amount to your work, and it should be considered fine. Happy creating! Quote 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.