Posts: 13
Threads: 4
Joined: Nov 2021
Reputation:
0
Operating system(s):
Gimp version: Don't know yet
Using GIMP 2.10.28, I opened 12 images, to make a GIF.
Each of the 12 pictures is 1920 x 1200 pixels, at 24 BPP.
When I export it as a GIF, the GIF ends up being only 8 BPP.
That makes it more pixelated / less clear.
Why does it do that? How to make it maintain the 24 BPP?
Thanks, people.
Mark2855
Posts: 7,133
Threads: 155
Joined: Oct 2016
Reputation:
1,003
Operating system(s):
Gimp version: 2.10
Are you sure of your definitions ?
A RGB image 24 bits per pixel (bpp) is 8 bits for each of R , G , B in each pixel and that is also the RGB format for the gif palette. In Gimp from the Gimp menu Image -> Precision that is the 8 bit setting and also what you are probably seeing top of the Gimp window.
Where it gets degraded is a gif is color indexed and uses a maximum of 256 colours. Many colours are lost. It is an old format, made for when computers / internet connections were much slower / screens smaller / graphic hardware limited.
8 bpp ? That would be some sort of greyscale image. Are your images greyscale ?
If nothing like that please give some more details of your procedures.
As a comment, 1920x1200 is a monster size for an animated gif. I just made one from frames pulled out of a video and 12 layers gif = 11 MB file size. For comparison the same frames in the modern .webp format = 0.8 MB
Posts: 13
Threads: 4
Joined: Nov 2021
Reputation:
0
Operating system(s):
Gimp version: Don't know yet
Thanks for your reply, Rich.
No, I'm not sure of the terminology.
Irfanview says that each of the pictures IS 1920 x 1200 pixels, 24 BPP, about 300KB each.
Yes, Gimp > Image > Precision shows "8 bit integer" as well as "perceptual gamma (sRGB). I don't know what that means.
Not Grayscale... full color.
The output GIF file is 7.4MB.
I've never before heard of .WEBP file. Just looked it up.
Found some sample files. They simply look like Pictures.
Can a WEBP file do animated stuff, like a GIF?
What else can I tell you, to explain the problem?
Thanks.
Posts: 13
Threads: 4
Joined: Nov 2021
Reputation:
0
Operating system(s):
Gimp version: Don't know yet
Thanks for the reply, OfNuts, but you're talking above my level of comprehension.
I THINK you mean that each pixel must be only one of 256 possible colors. Yes?
That's OK. I'll work with it. Thanks, people.