python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Resizing a BMP image (making it smaller)
It seems I need some help with resizing the BMP image when the zoom factor is less than 1. You can see the most crucial part of my code below. The variable f in the code is the zoom factor. It seems l...
SaintSammy
Votes: 0
Answers: 1
How to Convert Packed YUV or Planer YUV to BMP file in VC++2010
I want to convert YUV Packed (Or YUV Planner) in to Standard BMP file. in VC++2010,
Through Command line and ffmapeg i am able to convert it
(example:1)
"ffmpeg -video_size 2448X2050 -pixel_form...

user3743908
Votes: 0
Answers: 1
how do i take a grayscale screenshot with c++?
I have this piece of code here that takes a screenshot and as bitmaps and saves it as a BMP file. it works just fine but I want to be able to modify the bits and make it grayscale instead of an RGB ma...

segfaulty
Votes: 0
Answers: 1