adobe - Photoshop plugin Pipl resources and disabling save -
I have written a file format that Ive written C ++ is a Photoshop plugin for that loads and images opens the code is not using the SimpleFormat sample plugin to save the image in the same format I have the following code as a basis: However, the parser errors fmtCanWrite or IfRead etc. Pipl equipment Production removing, it is checked syntax and it should be corrected, but I can not figure out how to = s it
FormatFlags {fmtSavesImageResources, fmtCanRead, fmtCanWrite, fmtCanWriteIfRead, fmtCanWriteTransparency, fmtCanCreateThumbnail}
this is actually counter-intuitive, but if you do not flag the flag processing check Guide.pdf plug PG 77 SDK, they are really keywords. On the basis of the grammar they give, you do not really need to replace the writing flag with
for example, it's compiled for me.
FormatFlags {fmtDoesNotSavesImageResources, fmtCanRead, fmtCannotWrite, fmtCanWriteIfRead, fmtCanWriteTransparency, fmtCanCreateThumbnail}
Comments
Post a Comment