X-Mozilla-Status: 0001 Message-ID: <354D1DE0.7F096DA5@nospam.execpc.com> Date: Sun, 03 May 1998 20:46:09 -0500 From: Eric Durant X-Mailer: Mozilla 4.04 [en] (WinNT; U) MIME-Version: 1.0 Newsgroups: comp.infosystems.www.authoring.images Subject: Re: detect image size References: <354daa62.31695816@news.fen.baynet.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Steffen Mueller wrote: > How can I detect the size of an image (width and height in pixels) > using C++? I was faced with the same question a few months ago and could not find a simple solution, so I wrote my own group of C++ classes and functions to accomplish this for GIFs and JPEGs. I have a link to more information and a downloadable copy with build instructions for CXX and MSVC on my homepage at under "ImageSize C++ Library." The functions are general purpose, but have various features which make them easy to use for building Web pages on-the-fly. Source for a command line interface and an HTML collage-builder are included. -- Eric Durant