Cioss Posted June 9, 2021 Share Posted June 9, 2021 (edited) I can't find a plugin that shuffles the images by asking for pixels instead of divisions of the canvas. And curtis's isn't really good and isn't what i specifically need I wanna jumble my thing into 16x16 tiles as if it was a glitched game Edited June 9, 2021 by Cioss Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted June 9, 2021 Share Posted June 9, 2021 I'm pretty sure only Jumble does what you ask. 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...
toe_head2001 Posted June 9, 2021 Share Posted June 9, 2021 1 hour ago, Cioss said: I wanna jumble my thing into 16x16 tiles Why can't you do the basic math, and use Jumble? 1 hour ago, Cioss said: as if it was a glitched game Simply saying "Glitched" is not a proper description, and does not communicate your intent. Please elaborate. Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Reptillian Posted June 9, 2021 Share Posted June 9, 2021 (edited) I think what @Cioss is to use pixel size instead of divisions by canvas. I made a quick code to do what @Cioss wants. Though, I'm not sure if @Cioss would be ok with installing extra dependency for g'mic-pdn plugins or g'mic. I don't know how to do pure c# version. So, my question to the OP: Is the below picture is what you're looking for. 24,24 are inputs, and they're based in px rather than division. Input: gmic sp cat +rep_jumble_by_px 24,24 Output: Edited June 9, 2021 by Reptillian 2 Quote G'MIC Filter Developer Link to comment Share on other sites More sharing options...
Cioss Posted June 10, 2021 Author Share Posted June 10, 2021 (edited) 10 hours ago, Reptillian said: I think what @Cioss is to use pixel size instead of divisions by canvas. I made a quick code to do what @Cioss wants. Though, I'm not sure if @Cioss would be ok with installing extra dependency for g'mic-pdn plugins or g'mic. I don't know how to do pure c# version. YES Can we also have anchor points ?, incase the px aren't perfectly ending at the end of the canvas, anchor point could be cool incase we'd want every jumbled tiles to atleast evenly not fit the canvas And also how many tiles are jumbled Edited June 10, 2021 by Cioss Quote Link to comment Share on other sites More sharing options...
Pixey Posted June 10, 2021 Share Posted June 10, 2021 There is also this @Cioss which may be of interest to you: LEGO Photo - Image and Photo Touch-ups - paint.net Forum (getpaint.net) 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...
Reptillian Posted June 10, 2021 Share Posted June 10, 2021 7 hours ago, Cioss said: YES Can we also have anchor points ?, incase the px aren't perfectly ending at the end of the canvas, anchor point could be cool incase we'd want every jumbled tiles to atleast evenly not fit the canvas And also how many tiles are jumbled No, I won't do these, it would take a different method to support these features. Particularly, a interactive filter, and that's way too much work. Here, I did it for gmic. One can tell how the source code works easily. - https://github.com/dtschump/gmic-community/commit/9bc859ffe83cb73de0c4a0f9ff3505d4705fe089 Quote G'MIC Filter Developer 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.