[Cartoweb-dev] [Bug 1869] New: regression: Mode mask doesn't work
with 24bit images since PHP 5.2.5
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Fri Mar 28 06:11:55 EDT 2008
http://bugzilla.maptools.org/show_bug.cgi?id=1869
Summary: regression: Mode mask doesn't work with 24bit images
since PHP 5.2.5
Product: CartoWeb
Version: unspecified
Platform: All
URL: http://cartoweb.org/doc/cw3.4/xhtml/user.annotate.html
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: Plugins
AssignedTo: cartoweb-dev at lists.maptools.org
ReportedBy: emmanuel.belo at camptocamp.com
The related libGD doesn't support 24 bit images anymore and this mode doesn't
work in AGG modus. The only solution is to use 8bit images (see
http://www.mail-archive.com/pmapper-users@lists.sourceforge.net/msg01770.html),
but there sis a significant image quality loss.
If you want to deactivate the Mask Mode, comment ({* *}) or delete following
lines in plugins\outline\templates\outline.tpl:
<fieldset class="outl">
<legend>{t}Drawing mode{/t}</legend>
<label>
<input type="radio" name="outline_mask" value="no"{if
$outline_mask_selected eq "no"} checked="checked"{/if}
onclick="javascript: CartoWeb.trigger('Outline.ChangeMode');"
/>{t}Draw{/t}
</label><br />
<label>
<input type="radio" name="outline_mask" value="yes"{if
$outline_mask_selected eq "yes"} checked="checked"{/if}
onclick="javascript: CartoWeb.trigger('Outline.ChangeMode');"
/>{t}Mask{/t}
</label>
</fieldset>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Cartoweb-dev
mailing list