Image scaling in C
Posted
by Ganesh
on Stack Overflow
See other posts from Stack Overflow
or by Ganesh
Published on 2010-04-29T13:51:49Z
Indexed on
2010/04/29
13:57 UTC
Read the original article
Hit count: 588
Hi, I am designing a jpeg to bmp decoder which scales the image. I have been supplied with the source code for the decoder so my actual work is to design a scaler . I do not know where to begin. I have scouted the internet for the various scaling algorithms but am not sure where to introduce the scaling. So should I do the the scaling after the image is converted into bmp or should I do this during the decoding at the MCU level. am confused :(
If you guys have some information to help me out, its appreciated. any material to read, source code to analyse etc....
© Stack Overflow or respective owner