When I try to scale or crop an image with measurements such as 2.44 pixels, the value rounds down to 2 pixels. And the same is obvious if I were to have a measurement such as 1.67 pixels which would round that up to 2 pixels. I wish to scale and crop images using fractional pixels and I do not want the values to round at all. So what would I do so that I can scale and crop images with fractional pixels and not have the values round?
Now here's another problem. Under the video menu (when you have GAP), you have the option of scaling frames as well as cropping them. I do not wish to scale or crop all the video frames to one specific value (such as scaling all frames at 320 x 240 or cropping all of them at like 160 x 80 either). I wish to scale one frame at 320 x 240, the next one at 321 x 241, the next one at 322 x 242, etc. Meaning, I wish to scale all video frames at an increasing rate of one pixel. Same thing goes with cropping. So how would I go about doing that?