JohnnyBlueBird Posted May 23, 2020 Share Posted May 23, 2020 Any plans to allow different sized layers (Photoshop and GIMP both support these)? I've written a plug-in to load a game's custom image format with one layer per sprite and at the moment, I have to set each layer size to be that of the largest sprite. The format also supports offsets when rendering in-game so I'd like to be able to add additional options to the layer properties window such as these offsets. The current workaround I have is to set the layer name when loading to be WIDTH,HEIGHT,OFFSETX,OFFSETY and use this again when saving back into the image's native format. Quote Link to comment Share on other sites More sharing options...
null54 Posted May 23, 2020 Share Posted May 23, 2020 1 hour ago, JohnnyBlueBird said: The format also supports offsets when rendering in-game so I'd like to be able to add additional options to the layer properties window such as these offsets. Plugins cannot add items to the layer properties window. Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint Shop Pro Filetype | RAW Filetype | WebP Filetype The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted May 23, 2020 Share Posted May 23, 2020 10 hours ago, JohnnyBlueBird said: Any plans to allow different sized layers (Photoshop and GIMP both support these)? No. All layers are the same size as the image. Nor can plugins change, add or resize layers. Think of them as pieces of paper you're handed to draw on. You get one page at a time and you must hand it back undamaged 😁 More info here: . 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...
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.