Search found 1 match
- 2014-03-17T01:17:55-07:00
- Forum: Magick++
- Topic: How to detect image pixel format
- Replies: 0
- Views: 9029
How to detect image pixel format
Hi all, I am trying to use Magick++ with OpenGL textures, right now I am using glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* data) function call with blob.data() to past image data to the OpenGL ...