[gsl-issues] [Issue 54488] gtk-fpicker: jpeg preview has blue and red channels swapped

2010-07-01 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54488


User pl changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from p...@openoffice.org Thu Jul  1 12:46:13 + 
2010 ---
closing

-
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 54488] gtk-fpicker: jpeg preview has blue and red channels swapped

2010-07-01 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54488


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from p...@openoffice.org Thu Jul  1 12:45:41 + 
2010 ---
cmc fixed this with issue 80674

*** This issue has been marked as a duplicate of 80674 ***

-
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 54488] gtk-fpicker: jpeg preview has blue and red channels swapped

2008-09-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54488





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 11:23:17 + 
2008 ---
Related might be #i80674# "This patch moves the (jpeg) patch from the jpeg lib
to ooo"

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



[gsl-issues] [Issue 54488] gtk-fpicker: jpeg preview has blue and red channels swapped

2008-09-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54488


User hdu changed the following:

What|Old value |New value

  CC|'cmc' |'cmc,sj'

 Assigned to|hdu   |pl





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 11:02:18 + 
2008 ---
@sj: RGB vs. BGR is not an endianess problem. The problem seems to be that two 
libjpegs with different 
settings are involved in the decoding.

@pl: another gtk-integration problem: how to make gtk work with sj"s patch 
libjpeg?

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



[gsl-issues] [Issue 54488] gtk-fpicker: jpeg preview has blue and red channels swapped

2006-04-03 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54488


User sj changed the following:

  What|Old value |New value

   Assigned to|sj|hdu





--- Additional comments from [EMAIL PROTECTED] Mon Apr  3 07:34:57 -0700 
2006 ---
sj->cmc: I don't know how I can solve this issue. 

By the way, the initial OOo version did provide a patched jpeg library without 
having 
color problems.
Then someone adds the possibility to use the system library by providing 
the "SYSTEM_JPEG" define introducing the color problems. In my opinion this 
change wasn't worked out properly.

In the patched OOo jpeg library the blue and red color component is switched 
because of a performance improment, a complete jpeg scanline is then read 
without being converted, the jpeg scanline is compatible to our internal native 
format.

As I know our vcl graphic is internally able to handle both types of endianess, 
but 
there is no interface to set this option at the moment.

sj->hdu: Can you please check if it is feasible to offer a vcl Graphic where 
the 
creator can force the endianess.


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



[gsl-issues] [Issue 54488] gtk-fpicker: jpeg preview has blue and red channels swapped

2005-09-12 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54488


User cmc changed the following:

  What|Old value |New value

CC|''|'cmc'

   Assigned to|cmc   |sj

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Priority|P3|P4

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Mon Sep 12 06:45:10 -0700 
2005 ---
Not a fpicker issue directly, I know this one, OOo has a copy of libjpeg and it
has the red/blue as always bigendian rather than matching the "standard" libjpeg
on a platform, so the fpicker gets the colours the wrong way around. There's
nothing that the fpicker integration can do about this. For most distributions
OOo is built against the system libjpeg so the issue doesn't arise.

The solution I could see for the "standard" OOo is to configure the internal
libjpeg endianess to match that of the standard jpeg config. That would be
relatively trivial to do.

I don't think this is too critical for the shortterm.

cmc->sj: might consider configuring the OOo jpeg copy to build with rgb matching
the default libjpeg configuration. Then the "ifdef SYSTEM_JPEG" codepatchs could
be comes the normal case for SYSTEM_JPEG and internal one.

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



[gsl-issues] [Issue 54488] gtk-fpicker: jpeg preview has blue and red channels swapped

2005-09-12 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54488


User cloph changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29491) screenshot
  |  |demonstrating the problem
  |  |- m128 with cmcfixes17





--- Additional comments from [EMAIL PROTECTED] Mon Sep 12 05:10:12 -0700 
2005 ---
Created an attachment (id=29491)
screenshot demonstrating the problem - m128 with cmcfixes17


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