I cant copy just one member as there are several members that compose the full final image
My problem is this: I need to superimpose a small rotated image inside a larger image at high res for printing purposes.
If I rotate an image with directImage It gets white areas at each corner as the image becomes larger and
Director has a 2750 pixel limit on createMask. So I cannot copy a section of an image larger than 5 inches when printing at a resolution of 400 DPI. The only way to rotate a large image is as a member on stage.
Copying the stage only gives me that image portion not the full image. If I copy a rect larger than the stage it has a border line the same size as the stage. I am really flumiaxed.
Main Topics
Browse All Topics





by: MediaMacrosPosted on 2007-09-04 at 04:48:41ID: 19824494
Direct image can copy from members as well as the stage. You can either access it directly or take (the stage).image and copy that into a new image or member and then export.