|
Related Topics:
| Tiff files corrupt to adobe - I have a lot (100 000+)of tif files that I need to process with but no adobe product will open a single one of them. They work for else, windows pic and fax viewer, win photo editor, the windows preview even paint, so I..
JPG degredation - Hi When saving a camera jpg file in Windows PS is there any when saving 100% or maximum quality. Will there be a between saving once and saving the 10th time? Will there be a when printing these pictures? Thanks J
PDF troubles - Hello, I usually create PDF's from other apps - namely, ArcMap and Autocad - and import them in PS to fiddle with them. Now, I never had any problem doing that with CS, but CS2 is giving me all sorts of - the preview window. I really don't..
PhotoShop eps Imports (not) into Corel Draw - Dear PhotoShop Users I have an eps file created in Photoshop that I cannot get to import into a new version of Corel Draw X3. Does anyone work with the two who might be willing to test this file for me? Thank you. Kind regards, Kelly..
Can't find a *.psd file with CS2 - I installed CS2 and tried to open old files that I used with PS CS. On one file, I received a message that said: not complete your request because the file could not be This file was a one layer scan and was saved in the psd..
|
|
|
Next: Graphic Formats: Improving TIFF previews.
|
| Author |
Message |
External

Since: Dec 17, 2006 Posts: 10
|
(Msg. 1) Posted: Fri Nov 09, 2007 4:13 pm
Post subject: semi transparent GIF, how to? Archived from groups: comp>graphics>apps>photoshop (more info?)
|
|
|
I need to create an image for my web site that features several semi
transparent or pseudo translucent areas. I want the image area in
question to be visible, but the web page background should shine through.
The image needs to be in GIF format, I can't use PNG because it isn't
well supported by some browsers.
I thought of making an area translucent by making every other pixel of
that area (in checkerboard fashion) transparent.
Ho would I go about this? I'm using CS2.
--
Gregor mit dem Motorrad auf Reisen
http://hothaus.de/greg-tour/ >> Stay informed about: semi transparent GIF, how to? |
|
| Back to top |
|
 |  |
External

Since: Jun 04, 2004 Posts: 199
|
(Msg. 2) Posted: Fri Nov 09, 2007 4:13 pm
Post subject: Re: semi transparent GIF, how to? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Greg N. wrote:
> I thought of making an area translucent by making every other pixel of
> that area (in checkerboard fashion) transparent.
>
> Ho would I go about this? I'm using CS2.
Install Filter Factory from the Goodies folder of your PS installation CD
(read the note about msvcrt10.dll).
Make sure your image not the background layer (if it is, double-click its
icon in the layers palette to promote it to a normal layer).
Filter->Synthetic->Filter Factory...
and in box A enter
(x%2^(y+1)%2)?a:0
HTH
Andrew >> Stay informed about: semi transparent GIF, how to? |
|
| Back to top |
|
 |  |
External

Since: May 27, 2007 Posts: 176
|
(Msg. 3) Posted: Fri Nov 09, 2007 4:13 pm
Post subject: Re: semi transparent GIF, how to? [Login to view extended thread Info.] Imported from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Sep 03, 2007 Posts: 35
|
(Msg. 4) Posted: Fri Nov 09, 2007 9:24 pm
Post subject: Re: semi transparent GIF, how to? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Greg N. wrote:
> I need to create an image for my web site that features several semi
> transparent or pseudo translucent areas. I want the image area in
> question to be visible, but the web page background should shine through.
>
> The image needs to be in GIF format, I can't use PNG because it isn't
> well supported by some browsers.
>
> I thought of making an area translucent by making every other pixel of
> that area (in checkerboard fashion) transparent.
>
> Ho would I go about this? I'm using CS2.
Gifs cannot be translucent. But you have the right idea for a
workaround. See here:
http://mysite.verizon.net/hannigan7/lucyinthesky.html >> Stay informed about: semi transparent GIF, how to? |
|
| Back to top |
|
 |  |
External

Since: Feb 10, 2005 Posts: 382
|
(Msg. 5) Posted: Fri Nov 09, 2007 11:29 pm
Post subject: Re: semi transparent GIF, how to? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <fh1tmc$q57$1@online.de>, "Greg N." <yodel_dodel.DeleteThis@yahoo.com>
wrote:
> I need to create an image for my web site that features several semi
> transparent or pseudo translucent areas. I want the image area in
> question to be visible, but the web page background should shine through.
>
> The image needs to be in GIF format, I can't use PNG because it isn't
> well supported by some browsers.
You can't do translucency in GIF; the GIF file specification forbids it.
There's no such thing as a translucent GIF, unfortunately.
> I thought of making an area translucent by making every other pixel of
> that area (in checkerboard fashion) transparent.
That'll work. You can tell Photoshop to dither the transparency in the
Save for Web dialog.
--
Photography, kink, polyamory, shareware, and more: all at
http://www.xeromag.com/franklin.html >> Stay informed about: semi transparent GIF, how to? |
|
| Back to top |
|
 |  |
External

Since: Nov 13, 2007 Posts: 17
|
(Msg. 6) Posted: Tue Nov 13, 2007 8:07 pm
Post subject: Re: semi transparent GIF, how to? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Greg N. wrote:
> The image needs to be in GIF format, I can't use PNG because it
> isn't well supported by some browsers.
One browser, Internet Explorer 6. Safari, IE7, Firefox, Opera and
others supports it just fine. You can get PNG's to work with alpha-
level transparency in IE6. It's fairly easy and it'll spare you a lot
of work on getting GIF to work kind-of-but-not-really-like true alpha-
level transparency.
For simple <img src="myimage.png" .../> you can use
http://blogs.msdn.com/dmassy/archive/2004/08/05/209428.aspx
For backgrounds defined in CSS, it's more tricky and requires changes
to the CSS.
--
Toke Eskildsen - http://ekot.dk/ >> Stay informed about: semi transparent GIF, how to? |
|
| Back to top |
|
 |  |
|