Jeff-Lewis / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Image Transparent - Layering turns into Blending? #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Adding one image to page
2. Creating a new image with transparency
3. Adding new image to page on top of image from Step 1.

What is the expected output? What do you see instead?

Need to layer a transparent image over another image. Error.

What version of the product are you using? On what operating system?

1.4.6 Alive PDF
10.5.6 Mac OSX
CS3 Adobe Flash

Please provide any additional information below.

The Commands I'm using:

//myMC is an on-stage movieclip with graphical data in it

var myBMD:BitmapData=new BitmapData(myMC.width,myMC.height,false,0x00FFFFFF);

myBMD.draw(myMC,myMC.transform.matrix);

var myEncodedPNG:ByteArray = PNGEncoder.encode(myBMD, 1);

myPDF.addImageStream(myEncodedPNG,0,0,0,0,1,ResizeMode.FIT_TO_PAGE,"Normal",true
,'');

repeat with different var names. AlivePDF :  Alpha Channel not supported.

Original issue reported on code.google.com by MoveAnim...@gmail.com on 9 Feb 2009 at 2:33

GoogleCodeExporter commented 8 years ago
Same here...

Original comment by gregor....@gmail.com on 25 Feb 2009 at 11:40

GoogleCodeExporter commented 8 years ago
+1.  Cant add png's as I always get Alpha Channel not supported even though I am
using the alivepdf PNGEncoder.encode(myBMD, 1);

Original comment by paulda...@gmail.com on 2 Jul 2009 at 6:31

GoogleCodeExporter commented 8 years ago
I have the same problem

Original comment by charles....@gmail.com on 31 Aug 2009 at 7:12

GoogleCodeExporter commented 8 years ago
Alpha Channel not supported

Original comment by charles....@gmail.com on 31 Aug 2009 at 7:20

GoogleCodeExporter commented 8 years ago
I would be willing to pay someone $300 to add PNG Alpha Channel support for 
this 
project

Original comment by charles....@gmail.com on 4 Sep 2009 at 7:24

GoogleCodeExporter commented 8 years ago
Anyone interested in my offer?

Original comment by charles....@gmail.com on 9 Sep 2009 at 4:43

GoogleCodeExporter commented 8 years ago
check out this link: 
http://thoughtfaqtory.com/blog/2009/10/14/flex-pngs-and-pdfs/

Original comment by cav...@gmail.com on 14 Oct 2009 at 12:51

GoogleCodeExporter commented 8 years ago
We've now added transparency support.

http://www.moodshare.co/blog/2011/06/transparency-support-for-alivepdf/

Original comment by ja...@moodshare.co on 17 Jun 2011 at 10:18