Hi everybody,
May you help me to solve following problems?
1. In function void HiddenPlugin::Write(void) in Hidden plug-in in line: bigError = sPSChannelProcs->ReadPixelsFromLevel(readChannelDesc->port , 0, ¤tRect, &pixelMemoryDesc);
a. I base on pixelMemoryDesc parameter, i get the first of image address of each channel. This has problems:
- With image 8 bits, I get address ok. And i shows it by another program is wonderfull - With iamge 16 bits, I get address ok. But i change 16bits to 8bits than show, it has difference from source. I think this address is change when Photoshop shows. How i can get orginal address of image 16 bit.
2. For that problem, can give me example to get orginal address of image 16 bit.
2007-07-21 05:16:47
#1