Jump to content

Layer sizes + data


Recommended Posts

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.

Link to comment
Share on other sites

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.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint 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

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: .

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...