How to create a 2 bit gif from tiff file in dotnet
Posted
by user330361
on Stack Overflow
See other posts from Stack Overflow
or by user330361
Published on 2010-05-01T13:27:13Z
Indexed on
2010/05/01
13:37 UTC
Read the original article
Hit count: 210
Hi, I have used Bitmap class to convert tiff to Gif but it couldn't make the image 2 bit possible for have less size. Notice that bitmap class could create images with this pixel format : 1, 4, 8, 16, 32, 64 (bits) But my need is 2 bit. Could someone help me ?
© Stack Overflow or respective owner