PDF Spec - ExtGState

左心房为你撑大大i 提交于 2019-12-11 07:38:08

问题


What does this ExtGState object do to an image:

<< /Type /ExtGState /TR /Identity >>

I have the PDF spec, but it is not clear at all. Apparently this maps the identity function (identity of what? the identity matrix?) from [0.0 1.0] to [0.0 1.0] (the same), which makes no sense.

Could someone please explain to me what this does?


回答1:


It specifies a function that should be used for processing colors or color components (e.g. for gamma correction). Specifying /Identity should actually be the same as not specifying it at all (it's an optional field), so I'd suspect that the software that produced the PDF just always writes a default ExtGState object for simplicity's sake.

See the chapter on Transfer Functions in the PDF spec for more information.



来源:https://stackoverflow.com/questions/9388326/pdf-spec-extgstate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!