Skip to main content
Participant
March 10, 2006
Question

Image width bigger then 30 000 pixels!

  • March 10, 2006
  • 4 replies
  • 506 views
Hi,

I have written an export plug-in, that should be able to export huge pictures and save them in a special format.
I have a problem with images, that have a width of more then 30 000 pixels. If the image has more then 30 000 pixels width, then my plug-in becomes disabled.
I've set the "PluginUsing32BitCoordinates" variable in the "ExportRecord" structure, but it stil doesn't work.

Do you have an idea?
Thanks a lot.

Che
This topic has been closed for replies.

4 replies

Chris Cox
Legend
March 23, 2006
Again, the CS and CS2 SDK have the addional documentation you need.
Participant
March 22, 2006
I dont use CS2
Chris Cox
Legend
March 21, 2006
The CS and CS2 SDK contain documentation on new PIPL properties to specify the plugins coordinate limits.
Inspiring
March 11, 2006
I haven't seen the CS2 SDK, but typically Photoshop decides when to disable/enable plugins based on the PiPL (property list). Have you set any relevant flag in the PiPL?