Scottishlass Posted October 30, 2018 Posted October 30, 2018 Hi everyone! Ive made good use of paint.net over the last 5yrs; Ive used this software to find a rare Roman relic which only requires to be unearthed. I can SEE it because of paint.net and how I process satellite images. To further expand my technique it would be enormously handy if there was a way of extracting every pixel colour and automatically creating layers based on only each single colour from the image's palette. Is this feature already available somewhere?, eg. as a plug-in, or would anyone be interested to write it? Thanks. Quote
toe_head2001 Posted October 30, 2018 Posted October 30, 2018 Sorry, plugins don't have the ability to create layers. https://forums.getpaint.net/topic/14566-what-is-and-isnt-possible-when-writing-plugins/ 1 Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab
BoltBait Posted October 30, 2018 Posted October 30, 2018 1 hour ago, toe_head2001 said: Sorry, plugins don't have the ability to create layers. Filetype plugins do. Technically, this could be written as a filetype plugin. 1 Quote Download: BoltBait's Plugin Pack | CodeLab | and a Free Computer Dominos Game
Ego Eram Reputo Posted October 30, 2018 Posted October 30, 2018 Counting the number of individual colors in a satellite image is bound to run into the tens of thousands. Better not run it on a full image! 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
MXI Posted October 30, 2018 Posted October 30, 2018 (edited) What can be done in plugin now: You select a color and a plugin modifies existing layer to leave only pixels with this color or pixels with any color except this. Of the plugins I have installed, - Unblend by ArgusMagnus can do the latter. - Color Accent by Kris Vandermotten sort of does the former (just desaturates the rest of image). - Color To Alpha (can't see the author) sort of does the former (fiddly controls). Maybe there are more. As for file type plugin, it might be something like existing ZIP plugin, with custom layer splitting logic: Speaking of custom logic: It might be viable to have just an external script using ImageMagick to modify the layers inside archive produced by existing ZIP file format plugin. I think this topic is somewhat related to as an industry-specific task that can benefit from better plugin API. Edited October 30, 2018 by MXI Quote My content: custom shapes FRs: selections lists stored within pdn file | HSL and/or pluggable Colors box
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.