[Bug 9262] New: Adobe Photoshop CS filter gallery preview doesn't work
http://bugs.winehq.org/show_bug.cgi?id=9262 Summary: Adobe Photoshop CS filter gallery preview doesn't work Product: Wine Version: CVS Platform: All URL: http://download.adobe.com/pub/adobe/magic/photoshop/win/ 8.x/AdobePhotoshopCS.zip OS/Version: All Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Run Adobe Photoshop CS. Open an image. Go to Filter / Filter Gallery. Open up each of the filter groups in turn. The gallery is supposed to show a sample of each filter applied to a sample image, but the filtered sample images are really hard to make out, they don't seem to be displayed properly. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9262 --- Comment #1 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-08-27 19:17:14 --- Created an attachment (id=7844) --> (http://bugs.winehq.org/attachment.cgi?id=7844) patches This bug is caused by AlphaBlend ignoring the blendFunction.AlphaFormat field. Currently we assume it's value is AC_SRC_ALPHA - the alpha data is available for each pixel as an alpha channel in the DIB. However if this field is 0 we should assume that each pixel have a constant alpha (it's written in a very unclear way in the MSDN that this value is valid). With this patch the filter gallery seems to be drawn correctly. I don't know if this way of solving it is the best or there is a way to ask XRender to do it for us. I will try to find some documentation of it. Also even with this patch we ignore SourceConstantAlpha (Photoshop filter gallery doesn't use it) - a factor by which we rescale the alpha values. It's probably rarely used if there is an alpha channel but it's the way to manipulate transparency without an alpha channel. Adding it only for the later case is trivial but I will search if there is a way that would work for both 0 and AC_SRC_ALPHA. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9262 Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski(a)gmail.com Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-08-31 12:27:30 --- The patch http://www.winehq.org/pipermail/wine-cvs/2007-August/035803.html went into Git and will be in Wine releases starting from Wine 0.9.45. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9262 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:21:52 --- Closing all RESOLVED FIXED bugs more than three months old. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9262 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9262 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:11:54 CST --- Removing deprecated 'All' Platform/OS. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org