Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.2

Request #15957 images dont "work" on dark(er) backgrounds
Submitted: 2009-02-27 14:24 UTC
From: ameno Assigned: kguest
Status: Closed Package: HTML_TreeMenu
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 36 - 15 = ?

 
 [2009-02-27 14:24 UTC] ameno (ameno fuckoffstupidscript)
Description: ------------ all 3 image sets are designed to be used on bright backgrounds: they use black or dark grey for their representation and are transparent to play nice with non-white but bright backgrounds. would be nice if you could add a set for dark backgrounds. Test script: --------------- Expected result: ---------------- Actual result: --------------

Comments

 [2009-02-27 14:54 UTC] ameno (ameno fuckoffstupidscript)
following script copies the supplied images from the "images" directory into a dir called "imagesDarkBG" and negates all +/- gifs using imagemagick. works fine with #333333 as background color. #!/bin/bash # to be called inside the HTML_TreeMenu root dir (where TreeMenu.php is located) cp -r images imagesDarkBG cd imagesDarkBG for i in minus.gif minusbottom.gif minustop.gif plus.gif plusbottom.gif plustop.gif do convert $i -negate $i done
 [2010-04-20 03:40 UTC] kguest (Ken Guest)
-Assigned To: +Assigned To: kguest
 [2010-04-20 03:41 UTC] kguest (Ken Guest)
-Status: Assigned +Status: Closed
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.
 [2010-04-20 03:41 UTC] kguest (Ken Guest)
(added resulting images under imagesAlt3 directory)