i try to make a transformation to an image but when i set the affine
transformation matrix , i get nothing , the image disappear.
Graphics2D gimg =
contentPage.createGraphics((float)(155.52),(float)(207.36));
                   Image img ;
                   img = Toolkit.getDefaultToolkit().createImage("img.jpg");
AffineTransform m_affineTransform = new AffineTransform(); 
m_affineTransform.scale(2, 2);
gimg.drawImage(img,m_affineTransform,null ); 
 i dont understand what is wrong.

--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/transformation-image-tp3448574p3448574.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to