Search found 2 matches

by u24c02
2016-02-13T07:30:41-07:00
Forum: Developers
Topic: the difference image size between before and after about resize
Replies: 1
Views: 4202

the difference image size between before and after about resize

Dear all,

I have some problem about ImageMagicK Resize function.

I found that are some difference between Original image size and resized image size after I use resize().

the code like this,
m_b = m_image; //Original Image Size is 2000x1312
m_b.resize("256x167");

PixelPacket *Pixels = m ...