CPP Images
From Mesdoc
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
* Using the ATL CImage Class | * Using the ATL CImage Class | ||
http://www.codeguru.com/Cpp/COM-Tech/atl/graphics/article.php/c3597 | http://www.codeguru.com/Cpp/COM-Tech/atl/graphics/article.php/c3597 | ||
Line 9: | Line 8: | ||
http://c.developpez.com/faq/vc/?page=GDI#loadImage | http://c.developpez.com/faq/vc/?page=GDI#loadImage | ||
- | * | + | * [MFC][IHM] lignes "cliquables" |
+ | http://www.developpez.net/forums/archive/index.php/t-29699.html | ||
+ | |||
+ | * JpegFile - free JPG (and BMP) reading and writing code | ||
+ | http://www.smalleranimals.com/jpegfile.htm |
Revision as of 13:27, 23 September 2006
- Using the ATL CImage Class
http://www.codeguru.com/Cpp/COM-Tech/atl/graphics/article.php/c3597
- CImage Class
http://msdn2.microsoft.com/en-us/library/bwea7by5.aspx
- comment charger une image sur une fenêtre dans un projet Visual C++ ?
http://c.developpez.com/faq/vc/?page=GDI#loadImage
- [MFC][IHM] lignes "cliquables"
http://www.developpez.net/forums/archive/index.php/t-29699.html
- JpegFile - free JPG (and BMP) reading and writing code