Working on jpg, png, tiff image types in VC++
-
I want to work on images in VC++. Is it possible to load bmp,jpg,png and tiff image types? :~ I have heard of IPicture class that uses OLELoadPicture() through which it is possible to load jpg and bmp, but I don't have any idea whether they work on pixel levels like returning and setting pixel values. Can u help me out? :confused:
-
I want to work on images in VC++. Is it possible to load bmp,jpg,png and tiff image types? :~ I have heard of IPicture class that uses OLELoadPicture() through which it is possible to load jpg and bmp, but I don't have any idea whether they work on pixel levels like returning and setting pixel values. Can u help me out? :confused:
Joseph Abraham wrote: Can u help me out? Yeap... This Class will certainly going to help you :) --- http://www.codeproject.com/bitmap/extendedbitmap2.asp
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
I want to work on images in VC++. Is it possible to load bmp,jpg,png and tiff image types? :~ I have heard of IPicture class that uses OLELoadPicture() through which it is possible to load jpg and bmp, but I don't have any idea whether they work on pixel levels like returning and setting pixel values. Can u help me out? :confused:
considering useing GDI+
-prakash
-
considering useing GDI+
-prakash
Hye I am new to VC++ so I don't have much idea about GDI+. Using GDI+ would I be able to work on pixel values of images of different types. Please help me out :confused: :confused:
-
I want to work on images in VC++. Is it possible to load bmp,jpg,png and tiff image types? :~ I have heard of IPicture class that uses OLELoadPicture() through which it is possible to load jpg and bmp, but I don't have any idea whether they work on pixel levels like returning and setting pixel values. Can u help me out? :confused: