Fitness.com
Advertisement

Go Back   Sports Forum > Community > Graphics > General Photoshop Board

General Photoshop Board

Topics cover anything to do with Photoshop outside of those forums below.


» Site Navigation
 > Shop
» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 103,455
Threads: 84,999
Posts: 1,031,266
Top Poster: Karky (9,542)
Welcome to our newest member, kahlee
» Fitness Shop
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 06-16-2004, 02:37 AM   4 bit BMP Post #1
Registered User
 
Join Date: Jul 2003
Posts: 18
Rep Power: 0
maximumfitness is an unknown quantity at this point
Default 4 bit BMP

i wanna save a BMP in 4 bit but PS is only letting me go down to 8 bit...
what can i do?



thanks
maximumfitness is offline   Reply With Quote
Old 06-16-2004, 09:57 AM   4 bit BMP Post #2
Guest
 
Posts: n/a
Default 4 bit BMP

Hey Bob,

If memory serves me, 2 to the power of 4 (4 bits) minus 1 = 15 colours - i.e. the maximum number of different objects that can digitally be represented by 4 bits is 15 - (2^0) + (2^1) + (2^2) + (2^3) = 1 + 2 + 4 +8 = 15. Thus, with my limited PS knowledge, you have two options - adjust the image mode to "Indexed color" and select the 15 colours you want to retain. Then it will allow you to save the image as a 4 bit one.

Or otherwise you can save it for the web/as a gif with 15 colours. This is easier in that it selects the colours for you - depending on the reduction algorithm used (perceptual, selective, etc.). Then open the gif file and save that as your 4 bit BMP image.

And Bob's your uncle!
  Reply With Quote
Old 06-16-2004, 01:29 PM   4 bit BMP Post #3
Guest
 
Posts: n/a
Default 4 bit BMP

Quote:
Originally Posted by Dodo
If memory serves me, 2 to the power of 4 (4 bits) minus 1 = 15 colours
Wy minus 1 Dodo? \:]
  Reply With Quote
Old 06-16-2004, 01:54 PM   4 bit BMP Post #4
Guest
 
Posts: n/a
Default 4 bit BMP

Well, it works like this see (and there's probably a more concise and more technical explanation somewhere that's probably more correct too!):

Digital is either a one or a zero - binary/ two as base number - that is everything is expressed as a power of two. I.e. two different characters are used for representation. Hexadecimal - 16 base number, has 16 characters for each digit - 0..9, A..F

So to be able to express an unbroken sequence of numbers (0, 1, 2, 3, ... ), we build a binary string in terms of the base value - being two. First bit is 2 to the power of zero, second bit is two to the power of 1, third is 2 to the power of 2, etc. - the bit number being one less than the power applied to it to determine the decimal (base 10) value.

Thus for 4 bit representation we have:
Minimum value (all zeros) => 0000 = 0 x 1 + 0 x 2 + 0 x 4 + 0 x 8 = 0
Maximum value (all ones) => 1111 = 1 + 2 + 4 + 8 = 15.

A formula for this can be deduced by noting that adding a 1 in binary would take it to the next bit value => 10000 - decimally represented by 2 to the power of 4 (since it's the 5th bit).

So we can say the maximum value a bit representation of n (where n is a number) can have is 2 to the power of n minus 1 (in other words, one less than the value of the next number in our sequence).
  Reply With Quote
Old 06-16-2004, 02:59 PM   4 bit BMP Post #5
Guest
 
Posts: n/a
Default 4 bit BMP

Dodo, it's not that I don't understand binary, hexadecimal or any other numbering system it's the minus -1 that confuses me. What I have learned is that 4 bits is 16 values and therefore 16 colors and not 15. I just don't get it why you substract 1, please explain. \:]
  Reply With Quote
Old 06-16-2004, 03:27 PM   4 bit BMP Post #6
Guest
 
Posts: n/a
Default 4 bit BMP

You're right - I made a booboo - luckily you spotted it! [oops] I forgot to count 0 as an object too - normally in decimals it would be true - since you have a zero = 0 + 1 = 1 (so you forget about the zero effectively). But as far as objects go, a zero is an object too. Thus 0 - 15 colours = 16 colours in total.

I think my confusion results from the fact that even if I save a gif as 16 colours and open it again, PS won't allow me to save it as a 4 bit BMP. So I told myself - "hey, what about the minus 1"!

So it must be that the 0000/1111 value is used to indicate something else - end of file maybe? Hopefully one of the technically minded folks can help us out here.
  Reply With Quote
Old 06-16-2004, 03:32 PM   4 bit BMP Post #7
Guest
 
Posts: n/a
Default 4 bit BMP

Quote:
Originally Posted by Dodo
I think my confusion results from the fact that even if I save a gif as 16 colours and open it again, PS won't allow me to save it as a 4 bit BMP.
Yes Dodo, that's strange indeed [confused]
I'm going to do some research on that one.
  Reply With Quote
Old 06-16-2004, 03:43 PM   4 bit BMP Post #8
Guest
 
Posts: n/a
Default 4 bit BMP

Strange, seems to work for me Dodo (and Bob).
I took an image, saved it as a GIF (for options look at screenshot), closed the file, opened it and the 4-bit option is available when I want to save it as a BMP.

I double checked, to make sure that I was still dealing with a 16 colors GIF file.

What version of Photoshop do you use, maybe that makes a difference. I use CS.

You might also find the solution if you compare your GIF options with mine. There must be a normal explantion for this behaviour, but I don't know of one (yet).
  Reply With Quote
Old 06-16-2004, 03:54 PM   4 bit BMP Post #9
Guest
 
Posts: n/a
Default 4 bit BMP

Seems to me an old bug when I read what Adobe's Chris Cox has to say about this;

"Hi.
I'm running into a strange problem. I need to make some 16 color/4-bit .bmp files (to put into an icon file). I make the image an indexed file with 16 colors, and save the file as a bitmap, choosing the 4 bit option. However, when I import in into another program, or check it's properties in the File Browser, it is shown as being an 8 bit file. What?!?

Help?
Message 2 in thread
From: Thee_DarkOverLord (mat@matsimons.co.uk)
Subject: Re: Can't save a 4-bit bitmap file!


View this article only
Newsgroups: adobe.photoshop.windows
Date: 2003-03-28 08:08:04 PST


I shouldnt worry about it, just go ahead and use them, will probably still work. Not a good answer i know, but is it realy a issue for you? of course it would be nice to know how. HAng arround and im sure you will get the answer.
Message 3 in thread
From: Chris Cox (member@adobeforums.com)
Subject: Re: Can't save a 4-bit bitmap file!


View this article only
Newsgroups: adobe.photoshop.windows
Date: 2003-03-28 20:07:29 PST


I think that's a known bug in the BMP plugin codem (that I fixed a few months ago)."





http://groups.google.ca/groups?hl=en...anI%26rnum%3D9[/b]
  Reply With Quote
Old 06-16-2004, 05:19 PM   4 bit BMP Post #10
Guest
 
Posts: n/a
Default 4 bit BMP

Thanks for going to all that trouble Elysian - obviously not just for me but for your own peace of mind! I use PS 7 - and tested it again just now - making sure my selections were the same as yours - still no 4 bit when at 16 colours - at 15, yes. Must be a bug then.

I guess this is one of those days I can count myself lucky for not needing to use 4 bit bitmaps!
  Reply With Quote
Reply

Go Back   Sports Forum > Community > Graphics > General Photoshop Board

Bookmarks

Thread Tools
Display Modes


More threads of Bobzworld
Thread Date Forum Replies Last Post
is there a plug-in that ...
is there a plug-in that ...: is there a plug-in that will clean up this pic or...
08-04-2004 General Photoshop Board 8 08-04-2004 10:33 PM
Dont be shy now, what ages are we all :)
Dont be shy now, what ages are we all :): I'll be 48 in a few months
11-12-2003 General Photoshop Board 89 12-25-2003 07:22 PM
anyone know what font this is?
anyone know what font this is?: anyone know what font this is? it's from the...
12-08-2003 General Photoshop Board 4 12-08-2003 06:07 AM
My attempt at the new 3D Tut.
My attempt at the new 3D Tut.: ok folks, Grade me lol :D, no really, what can i...
11-09-2003 General Photoshop Board 14 11-13-2003 04:39 AM
Tut prob i'm having
Tut prob i'm having: hiyas im attempting the "Real 3D Type -- using...
09-22-2003 General Photoshop Board 13 09-27-2003 02:06 AM

Other threads in forum General Photoshop Board
Thread Date Thread Starter Replies Last Post
Buying Football Wallpapers
Buying Football Wallpapers: I am looking to buy quality football wallpapers,...
07-18-2007 Brandon 4 08-12-2007 02:43 PM
Image Extraction Request?
Image Extraction Request?: Hello, Can someone extract this image of my...
06-03-2007 Bastos_Jnr 7 06-06-2007 04:38 AM
Photoshop CS3
Photoshop CS3: I purchased the program today, but everytime I...
05-19-2007 RVP#11 0 05-19-2007 02:45 AM
Right need a bit of help
Right need a bit of help: 2 things i could do with a bit of help on please ...
08-03-2006 Jamie 6 08-06-2006 10:43 AM
SOTW#6 Results!
SOTW#6 Results!: Graphic Quality 1. diamen ...
06-23-2006 nod1ne 10 06-24-2006 11:48 PM

» Online Users: 14
0 members and 14 guests
No Members online
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 10:32 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing 4 bit BMP.