Image transformations
-
I am facing two problems: 1) displaying and scaling image files of *.TIFF, *.BMP, *.JPG formats 2) conversion of grayscale images into bitonal representations (smaller size, better compression). Does anyone know about any cool open source graphics libraries, algorithms, etc... Thanks a bunch in advance. Kirill
-
I am facing two problems: 1) displaying and scaling image files of *.TIFF, *.BMP, *.JPG formats 2) conversion of grayscale images into bitonal representations (smaller size, better compression). Does anyone know about any cool open source graphics libraries, algorithms, etc... Thanks a bunch in advance. Kirill
Hi, Try this url. It gives you all the information that u need. In fact the whole application does exactly what u want. http://www.codeguru.com/bitmap/CPicture.html I suggest you use GDI+ libraries. They are really to use and you can save,load and modify the images much more easily compared to the method used by the author of CPicture class. Einstein's Assistant
-
I am facing two problems: 1) displaying and scaling image files of *.TIFF, *.BMP, *.JPG formats 2) conversion of grayscale images into bitonal representations (smaller size, better compression). Does anyone know about any cool open source graphics libraries, algorithms, etc... Thanks a bunch in advance. Kirill
I've done a series of articles on image processing in GDI+ which will tell you everything you need to know, here on CP. Christian I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002