Search found 122 matches

by linjuming
2011-10-19T22:18:50-07:00
Forum: Users
Topic: how to change the opacity value of a png file?
Replies: 9
Views: 28118

Re: how to change the opacity value of a png file?

not to change the contract , I only want to chage the png's opacity ,from 100% to 74% ,such as what i showed in photoshop above .but your code output a completly transparent png . Why?
by linjuming
2011-10-19T21:54:52-07:00
Forum: Users
Topic: how to change the opacity value of a png file?
Replies: 9
Views: 28118

Re: how to change the opacity value of a png file?

original png http://i532.photobucket.com/albums/ee323/linjuming/questions/opacity-2.png code: <?php exec("convert opacity.png -matte -channel A -evaluate set 0.5 +channel laji.png"); echo "<img src='opacity.png'/>"; echo "<img src='laji.png'/>"; ?> <style type="tex...
by linjuming
2011-10-13T00:38:23-07:00
Forum: Users
Topic: how to get smooth resize?
Replies: 15
Views: 31034

Re: how to get smooth resize?

finally i find where the problem come from.
it is the terrible bug of ie6 ,when i change to ie7 or firefox ,there is no problem at all.
Image
by linjuming
2011-10-13T00:34:01-07:00
Forum: Users
Topic: how to get smooth resize?
Replies: 15
Views: 31034

Re: how to get smooth resize?

Image: little.png Format: PNG (Portable Network Graphics) Class: DirectClass Geometry: 54x20+0+0 Resolution: 72x72 Print size: 0.75x0.277778 Units: Undefined Type: PaletteMatte Endianess: Undefined Colorspace: RGB Depth: 8-bit Channel depth: red: 8-bit green: 8-bit blue: 8-bit alpha: 8-bit Channel s...
by linjuming
2011-10-12T20:30:51-07:00
Forum: Users
Topic: how to get smooth resize?
Replies: 15
Views: 31034

Re: how to get smooth resize?

i used
ImageMagick-6.7.0-9-Q16-windows-dll.exe
before.now i update to
ImageMagick-6.7.3-1-Q16-windows-dll.exe
but still the same result with old version.
by linjuming
2011-10-12T19:12:11-07:00
Forum: Users
Topic: how to get smooth resize?
Replies: 15
Views: 31034

Re: how to get smooth resize?

http://i532.photobucket.com/albums/ee323/linjuming/questions/resize_btn_png8.png http://i532.photobucket.com/albums/ee323/linjuming/questions/resize_btn_png24.png http://i532.photobucket.com/albums/ee323/linjuming/questions/resize_btn_png32.png http://i532.photobucket.com/albums/ee323/linjuming/que...
by linjuming
2011-10-11T22:29:37-07:00
Forum: Users
Topic: how to get smooth resize?
Replies: 15
Views: 31034

Re: how to get smooth resize?

Point Hermite Cubic Box Gaussian Catrom Triangle Quadratic Mitchell Lanczos Hamming Parzen Blackman Kaiser Welsh Hanning Bartlett Bohman i test all filter ,the result are all not good. ps ,the png is save form photoshop , and the descriptsiotn png is cut from ie6 ,show it has blue background.
by linjuming
2011-10-11T22:10:50-07:00
Forum: Users
Topic: how to get smooth resize?
Replies: 15
Views: 31034

Re: how to get smooth resize?

the same result
Image
by linjuming
2011-10-11T22:00:03-07:00
Forum: Users
Topic: how to get smooth resize?
Replies: 15
Views: 31034

how to get smooth resize?

orignal btn.png
Image

description:
Image
by linjuming
2011-09-22T20:20:33-07:00
Forum: Users
Topic: how to color a black-none png file?
Replies: 5
Views: 10136

Re: how to color a black-none png file?

However I can tell you why you don't get the full result. You set hue, and saturation, but your luminance is still set to zero which is black for all hues and saturations! As such you gradient remains black!
thank you , this is the point.
by linjuming
2011-09-20T20:27:45-07:00
Forum: Users
Topic: how to color a black-none png file?
Replies: 5
Views: 10136

how to color a black-none png file?

<?php $color="A3E7EF"; include_once("../color_converter/color_converter.class.php"); $cc=new colorConverter; $hsl=$cc->HEX2HSL($color); $h=$hsl[0]/360*100; exec("convert 1.png -colorspace hsl " . "-channel r -evaluate set $h% +channel " . "-channel g -ev...
by linjuming
2011-08-15T19:20:13-07:00
Forum: Users
Topic: how to get the color value of a point?
Replies: 5
Views: 34869

Re: how to get the color value of a point?

thank you , very good answer.
by linjuming
2011-08-15T05:51:35-07:00
Forum: Users
Topic: how to get the color value of a point?
Replies: 5
Views: 34869

how to get the color value of a point?

Image

which is similar with color picker.