Web safe colours only?
Hi all,
I have written an application to produce images
from text read out of a database.
However the background colour I wish to use is
0xD8F1FF, when the image is produced the colour
doesnt match the backgound the image is placed on
(which is also 0xD8F1FF)
I have render quality etc set on quality
and my JPEGEncodeParam setQuality param set to 1.0
I have tried using the ImageIO api to the same result,
is there any limitation on Java when producing images
to use websafe colours only?
Any ideas welcomed :)
Thanks
.
Relevant Pages
- Re: Web safe colours only?
... I have written an application to produce images ... from text read out of a database. ... I have render quality etc set on quality ... Set the alpha channel on the background to zero (this makes the ... (comp.lang.java.gui) - Webgen2 version 2.31 now available for download
... Added a background colour to certain error messages ... Correct alignment of navigation arrows when using tables rather than CSS. ... Fix page navigation when page split is same as total number of images ... take a directory of images, GIF, JPEG, TIFF, PNG, SPRITE and PNG at last ... (comp.sys.acorn.announce) - Re: Website Test
... >> It seems I have made countless newbie errors. ... >> as in many cases especially the images are on the same bachground, ... >> change to a solid background colour at this instant would be bad. ... Spot the newbie!!!! ... (alt.html) - Re: Website Test
... changes and leave the original until I am finished as in many cases especially the images are on the same bachground, so to change to a solid background colour at this instant would be bad. ... If however one has images not enabled, s/he gets a solid backgound color. ... If the web author sets the background colour, that is the colour one gets to see. ... the default colour for the browser viewport shows. ... (alt.html) - Re: Yet another lightbox clone: anabox (please test)
... It's not a question of "JavaScript purism" - JavaScript is just one of ... using a "lightbox" type effect. ... background, they can apply an appropriate background colour or image, ... Users can then use normal web navigation to view images rather than ... (comp.lang.javascript) |
|