Connecting Tech Pros Worldwide Help | Site Map

zoom a bitmap image in C++

  #1  
Old December 21st, 2007, 04:15 PM
swetha
Guest
 
Posts: n/a

HI,
I am very new to C++.Using C++ I am reading one bitmap image.Now,I
am trying to zooming that image.Can any one tell me which function
have to use for this.Or can any one send some sample code regarding
this zooming a bitmap image.

Hope any one will give reply as soon as possible.
Regards,
swetha.
  #2  
Old January 5th, 2008, 07:45 PM
Tomás Ó hÉilidhe
Guest
 
Posts: n/a

re: zoom a bitmap image in C++


swetha <swethakiran.korada@gmail.comwrote in comp.lang.c++:
Quote:
I am very new to C++.Using C++ I am reading one bitmap image.Now,I
am trying to zooming that image.Can any one tell me which function
have to use for this.Or can any one send some sample code regarding
this zooming a bitmap image.
>
Hope any one will give reply as soon as possible.

The C++ standard doesn't mention anything about images or image formats,
however there are C++ communities built up dedicated to image processing.

To achieve portable image processing programming, they produce a "cross-
platform library" which people can use in developing an application which
will run on the likes of Windows, Linux, Mac, Playstation 3.

There's currently no newsgroup in place for discussing cross-platform
programming in C++, which is why I've proposed the creation of
comp.lang.c++.cross-platform. Voting should start in the next day or two
(there's a load of red tape crap at the minute).

I'd appreciate if you'd vote.

--
Tomás Ó hÉilidhe




--
Tomás Ó hÉilidhe
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying high-res images in .NET? Usenet User answers 11 June 27th, 2008 08:52 PM
Image Viewer ... =?Utf-8?B?RnJhbmsgVXJheQ==?= answers 4 December 7th, 2007 06:05 PM
How to create a zoom feature in Vb.Net Mo Ade via .NET 247 answers 2 November 21st, 2005 03:11 PM
Using a picture (Form Template) as background in a report? Salad answers 6 November 13th, 2005 02:59 PM