logo Sign In

Post #437169

Author
g-force
Parent topic
GOUT image stabilization - Released
Link to post in topic
https://originaltrilogy.com/post/id/437169/action/topic#437169
Date created
2-Sep-2010, 4:51 PM

Chewtobacca said:

Thanks, G-Force!  It was just this part from my earlier post.

Crop(8,96,-8,-96,align=true)

Crops about 4 more pixels off from the right side than I found you need to for ANH and 2 more than you need to for ESB, but maybe that's your preference. If you do this before image stabilization, then your left and right borders are going to move. If you do it after the stabilization, you just wasted a lot of processing on the borders. Maybe you better break up where you do the vertical and horizontal crops.

Chewtobacca said:

obviously the values have to change if one no longer resizes horizontally.

That would be true, if I had been resizing by A LOT or cropping A LOT, but I was zooming by a factor of 1.011. I'd have to be cropping later in the script by more than 100 to make the values change even 1 pixel. I think my max crop is 14, so the values of the crops shouldn't change.

-G