To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86500
User cd changed the following:
What |Old value |New value
================================================================================
Assigned to|cd |sj
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed May 28 15:53:45 +0000
2008 -------
cd->sj: The problem is that the svtools\source\filter.vcl\filter\filter2.cxx
detects the jpeg file but reports height and width as zero. According to
shizoubo this is related to the fact that GraphicDescriptor::ImpDetectJPG(...)
includes the following shortcut:
// compare upper 28 bits
if( 0xffd8ff00 == ( nTemp32 & 0xffffff00 ) )
{
nFormat = GFF_JPG;
return TRUE;
}
This shortcut prevents that necessary code, which detects the image height,
width and other parameters, is not processed. Comment-out the shortcut makes the
code work. Please check if this "solution" is a possible way to fix the problem.
You can check this issue if you use one of the jpg files which are provided by
Windows XP or Windows 2003 (e.g C:\WINDOWS\Web\Wallpaper).
---------------------------------------------------------------------
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]