-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opacity ignored when generating an image of WIDTH between 1941 & 1959 pixels #5181
Comments
please disable pixman support on your build and report back. |
tests with disabled pixman support are conclusive: the problem could not be reproduced what is pixman used for? |
"use pixman as an external dependency to enable use of SSE optimized operations inside the AGG renderer." |
I haven't tested. The functionality is disabled by default and not advertized in the docs as it is still experimental. |
@tbonfort, can the PIXMAN support (and other experimental features) be more explicitly marked as experimental (e.g. like the experimental features in MapCache)? This will help packagers make better decisions which features to enable or not. It was enabled in the mapserver Debian package because nothing pointed to its experimental nature. I've disabled it now after this issue was raised in Debian Bug #801573. |
@sebastic done. Sorry about that. |
when generating a 24bit image with some opacity, if the image has a WIDTH between 1941 & 1959 pixels, the layers with an opacity value between 0 and 100 are generated with full opacity (100)
the following error message is visible when calling mapserv CGI:
*** BUG ***
In create_bits_image_internal: The expression bits == NULL || (rowstride_bytes % sizeof (uint32_t)) == 0 was false
Set a breakpoint on '_pixman_log_error' to debug
Since GitHub is broken I cant join a file to this issue, but you can get it there:
http://dev.camptocamp.com/files/mapserver/test.map
working query:
non-working query:
Mapserver version 7.0.0
The text was updated successfully, but these errors were encountered: