Skip to main content
kornerb75202030
Participant
December 22, 2018
Answered

Help me find the fill option in api

  • December 22, 2018
  • 1 reply
  • 436 views

Hello everyone, I am trying to find the fill parameter in the documentation, but so far without results.

Here is the specification: Adobe Photoshop File Formats Specification

I'm trying to find the Fill parameter: http://dt-byte.ru/fa4eb5c3.png

But as long as I can not find how it can be called, and where exactly to look for it.

If anyone knows, please tell me)

This topic has been closed for replies.
Correct answer r-bin

They missed this key.

See description "Additional Layer Information"

There would have to add

Length     Description

4                Signature: '8BIM' or '8B64'

4                Key: a 4-character code  //  'iOpa'  ==>  fill opacity

4                Length data below, rounded up to an even byte count. // == 4 bytes for this key

                 (**PSB**, the following keys have a length count of 8 bytes: LMsk, Lr16, Lr32, Layr, Mt16, Mt32, Mtrn, Alph, FMsk, lnk2, FEid, FXid, PxSD.

1                Byte: (0-255) // if == 255 the key is often missing

1 reply

r-binCorrect answer
Legend
December 22, 2018

They missed this key.

See description "Additional Layer Information"

There would have to add

Length     Description

4                Signature: '8BIM' or '8B64'

4                Key: a 4-character code  //  'iOpa'  ==>  fill opacity

4                Length data below, rounded up to an even byte count. // == 4 bytes for this key

                 (**PSB**, the following keys have a length count of 8 bytes: LMsk, Lr16, Lr32, Layr, Mt16, Mt32, Mtrn, Alph, FMsk, lnk2, FEid, FXid, PxSD.

1                Byte: (0-255) // if == 255 the key is often missing

kornerb75202030
Participant
December 23, 2018

Thank you, found)

kornerb75202030
Participant
December 23, 2018

By the way, how did you know about such a variable? Is there a fresh spec? about which I do not know.