Skip to content

Latest commit

 

History

History
119 lines (77 loc) · 4.51 KB

ImageLoader.md

File metadata and controls

119 lines (77 loc) · 4.51 KB

ImageLoader Samples

read imge file
show in GTK window or OpenGL window

FreeImage

read and write Image File using FreeImage
https://github.com/ohwada/MAC_cpp_Samples/tree/master/FreeImage


Devil

read and write Image File using Devil
https://github.com/ohwada/MAC_cpp_Samples/tree/master/Devil


stb image

read and write Image File using stb_image
https://github.com/ohwada/MAC_cpp_Samples/tree/master/stb_image


libjpeg

read and write JPEG format Image File
https://github.com/ohwada/MAC_cpp_Samples/tree/master/libjpeg


libpng

read and write oNG format Image File
https://github.com/ohwada/MAC_cpp_Samples/tree/master/libpng


libtiff

read and write tiff format Image File
https://github.com/ohwada/MAC_cpp_Samples/tree/master/libtiff


bmp

read and write bmp format Image File
supported format: 24 bit bmp

https://github.com/ohwada/MAC_cpp_Samples/tree/master/bmp


bmp2

read and write bmp format Image File
supported format: 24 bit / 32 bit bmp
https://github.com/ohwada/MAC_cpp_Samples/tree/master/bmp2


TGALoader

load Texture from TGA format image file
https://github.com/ohwada/MAC_cpp_Samples/tree/master/TGALoader


RawLoader

read Raw format image file
https://github.com/ohwada/MAC_cpp_Samples/tree/master/RawLoader


DDSLoader

read DDS format image file
https://github.com/ohwada/MAC_cpp_Samples/tree/master/DDSLoaderLoader


nv_dds

read and write dds format Image File using nv_dds
https://github.com/ohwada/MAC_cpp_Samples/tree/master/nv_dds


OpenCV-ImageReadWrite

read and write Image File using OpenCV
https://github.com/ohwada/MAC_cpp_Samples/tree/master/OpenCV-ImageReadWrite


GTK

open GTK window and show image
https://github.com/ohwada/MAC_cpp_Samples/tree/master/GTK


SDL

open SDL window and show image
https://github.com/ohwada/MAC_cpp_Samples/tree/master/SDL


sfml

open sfml window and show image from file

https://github.com/ohwada/MAC_cpp_Samples/tree/master/sfml


ImageLoader Samples

https://github.com/ohwada/MAC_cpp_Samples/blob/master/ImageLoader.md

Docement

Reference