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


User sj changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|mru                       |od
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Aug 10 08:34:16 -0700 
2006 -------
sj->od: The problem is that the crop attribute depends to the original graphic
size. And as I found out, in Writer the original graphic size of jpegs vary
between jpegs using the logical size and jpegs using the pixel resolution (as it
is standard in html).

By default our jpeg import filter is using the logical size, in case of
SvxBrushItems the jpeg graphic is imported using pixel resolution.

If you want to reproduce this phenomenon, then please break in
svtools/source/filter.vcl/jpeg/jpeg.cxx at following line:

pJPEGReader = new JPEGReader( rStm, pCallerData, ( nImportFlags &
GRFILTER_I_FLAGS_SET_LOGSIZE_FOR_JPEG ) != 0 );

If nImportFlags is having the value 1, then jpegs are imported using the logical
size, otherwise if the value is 2 the pixelsize is used.

>From my point of view it is a Writer problem.


---------------------------------------------------------------------
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