X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Gurjant Newsgroups: comp.os.msdos.djgpp Subject: Re: bmp compressed images Date: Thu, 20 Dec 2007 00:46:30 -0800 (PST) Organization: http://groups.google.com Lines: 28 Message-ID: <6b1a6004-94ed-429d-be22-a1e27fc8460b@e25g2000prg.googlegroups.com> References: <36e7dc9d-d22e-4d07-9240-35727b6f4a1a AT e25g2000prg DOT googlegroups DOT com> <47694d99 DOT 173919945 AT localhost> NNTP-Posting-Host: 122.162.12.231 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1198140391 27453 127.0.0.1 (20 Dec 2007 08:46:31 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 20 Dec 2007 08:46:31 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: e25g2000prg.googlegroups.com; posting-host=122.162.12.231; posting-account=GEdxGQoAAABIUXllS2eaXHHFlWmgHoOE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Dec 19, 10:04 pm, nob DOT DOT DOT AT xmission DOT com (Scott) wrote: > On Wed, 19 Dec 2007 02:51:26 -0800 (PST), in comp.os.msdos.djgpp, Gurjant > > wrote: > >I want compressed bmp images using BI_RLE8 and BI_RLE4 which editor > >supports it ple tell me or give me any reference > > Can you rephrase that question? I'm not sure that I understand what you're > asking. > > If you want to write a DJGPP program that reads or writes BMPs, here are > some pages that document the details of the file format: > > http://www.fileformat.info/format/bmp/spec/index.htmhttp://atlc.sourceforge.net/bmp.htmlhttp://www.fortunecity.com/skyscraper/windows/364/bmpffrmt.html > > -Scott Hi BMP tools support the following compression types:- BI_RGB ( None compression) BI_RLE8 (8 bit RLE compresson) BI_RLE4 (4 bit RLE compresson) I need BMP images in which these compression types are implimented for testing Pls tell me editor that supports it. Regards:- -Gurjant