wygyj
I'm developing an extension use Extension Builder for Photoshop CS5. I have to use an executable file in my extension. In general, if you use the Adobe Extension Manager to install the extension, the…
in Photoshop Scripting
wygyj
How do I get the bundle ID?
in Creative Suite Extension Builder
wygyj
The definition of method is:      public function translate(deltaX:Object = null, deltaY:Object = null):void      deltaX:Object (default = null) — (Object) horizontal transformation (unit value)…
in Creative Suite Extension Builder
wygyj
I want a preview image(tif file) in my photoshop extension panel. However, the Flex control Image only support .bmp, .jpg, .png. Is there any control that can have any format image preview like…
in Photoshop Scripting
wygyj
I am developing a flash panel in PS CS5. I have tried many way to set minimum size of panel window, but they don't work. I have not idea how to do this now. I'm waiting for your HELP. Thank YOU!
in Photoshop Plugin and Companion App SDK