Exactly. If you want to scale your image for example from 32x32 pixels to 64x64, you have to at least increase width and height values. You apply scaler to your vector or elements in array and it all receives same transformation.
Also it doesn't check if doubling will cause int overflow.
Loading collection data...
Exactly. If you want to scale your image for example from 32x32 pixels to 64x64, you have to at least increase width and height values. You apply scaler to your vector or elements in array and it all receives same transformation.
Also it doesn't check if doubling will cause int overflow.