To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65665





------- Additional comments from [EMAIL PROTECTED] Wed May 24 03:32:38 -0700 
2006 -------
here i am again :-)

You must alsoo notice thats the defect behaviour is only present in WRITER not 
in the other Components where we can insert a Picture.
What happens is:
When we insert a picture "embedded" in Writer then OO acts as we can expect: 
the insertWizard uses the number of Pixesl in the Imagefile and the Resolution 
(DPI) who is also present in the Imagefile.
Recently I looked in the API (to find a solution to have more control of how 
pictures are insterted) and found that the graphic.Provider gives us the pixels 
and the dimensions (must be a result of pixesl devided bij the DPI) 

[int(oShape.Graphic.sizepixel.height)] gives us the "pixelHeight in pixels"
[int(oShape.Graphic.size100thMM.height] gives us the "dimension in thMM"
 
Now:
If we embedded a picture, the insertwizard gives us a correct "Original Size" 
but no information on the number of pixels and the DPI pressent in the 
Imagefile.
If we Linked a picture, the inszerwizard gives us a wrong "Orginal Size" who is 
the result of deviding the number of pixesl by the stadard OO-DPI (96) and then 
correct this behaviuour by scaling the picture to endup with the "wanted-
correct" Dimensions.
At is thats no problem as long we stayed in Writer, the problems ocour when 
making PDF's, HTML.... 

Please try to convince your desion-makers that gaving information (who is 
pressent in every ImageFile) about thet number of pixels and the saved-DPI is 
of heigh importance to produce doc's with a proffesional quality, for the WEB, 
LaserPrinters an Press. These diferent outputs have totaly different needs .
For the web we needs 72-96 pixels/inch
For a Laserprinter we need 150-170 pixels/inch
For a press-quality (CMYK) we need 250-300 pixesls/inch 
Having control over this things bring OO a big stap higher as a tool to produce 
Docs who can be used in different ouput envoriments!!!!! 

Thanks for your patience
Fernand(sos)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to