Top "Pixelformat" questions

Android TextView setTextSize incorrectly increases text size

This is in an extension of TextView. getTextSize() and setTextSize() are not overridden, I do not extend those methods. Programming …

android textview pixels pixelformat
C# Why Bitmap.Save ignores PixelFormat of Bitmap?

I need to process and save images in their original bpp (1 - for BnW, 8 - for gray, 24 - color). After …

c# image-processing bitmap pixelformat
Confused about PixelFormat

I'm confused about PixelFormat on Android. My device is Motorola Defy. I have two questions: On Android 2.3 getWindowManager().getDefaultDisplay().getPixelFormat() …

android pixelformat
OpenGL texture upload: UNSIGNED_BYTE vs UNSIGNED_INT_8_8_8_8

I'm calling glTexSubImage2D. If my pixel format is GL_RGBA, then are the pixel types GL_UNSIGNED_BYTE and …

opengl pixelformat
Check If Image Is Colored Or Not

I'm trying to figure out whether an image is colored or not. On this StackOverflow question, there's a reply that …

c# .net image gdi+ pixelformat
cv::Mat detect PixelFormat

I'm trying to use pictureBox->Image (Windows Forms) to display a cv::Mat image (openCV). I want to do …

c++ opencv windows-forms-designer pixelformat