From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,382b729f8ba48b5b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-20 08:02:13 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!teaser.fr!enst.fr!not-for-mail From: Jacob Sparre Andersen Newsgroups: comp.lang.ada Subject: Re: [gtkada] XPM Date: Mon, 20 Jan 2003 16:53:28 +0100 (MET) Organization: ENST, France Message-ID: References: <200301200801.JAA03084@bulgaria.otn.eurocopter.de> Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: avanie.enst.fr 1043078529 69173 137.194.161.2 (20 Jan 2003 16:02:09 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 20 Jan 2003 16:02:09 +0000 (UTC) Cc: comp.lang.ada@ada.eu.org To: gtkada@lists.act-europe.fr Return-Path: X-Authentication-Warning: alf.nbi.dk: sparre owned process doing -bs In-Reply-To: <200301200801.JAA03084@bulgaria.otn.eurocopter.de> X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:33243 Date: 2003-01-20T16:53:28+01:00 Grein, Christoph wrote: > Are there any tools (preferably GPL'ed) running on Windows > that produce graphic XPM format from Windows bitmaps BMP > format? I don't use Windows myself, but I am almost certain that the programs `bmptoppm` and `ppmtoxpm` in the NetPBM/BPMplus package can be compiled with any C compiler for Windows. Jacob PS: You may also need/want `ppmquant` to limit the number of colours in the final image and `pnmscale` to adjust the dimensions of the final image. -- Growing older is compulsory. Growing up isn't.