deleting every other line in an image

Chipp Walters chipp at chipp.com
Tue Nov 13 02:57:06 EST 2007


You can try the resizequality property of an image:

set the resizequality of img 1 to "best" --> BILINEAR INTERPOLATION
set the resizequality of img 1 to "normal" --> NEAREST NEIGHBOR

On Nov 12, 2007 6:50 PM, Josh Mellicker <josh at dvcreators.net> wrote:

>
>
> I wonder if there is a way to use some kind of crude  "nearest
> neighbor" resizing method where I can resize to 50%, that will not
> blend the lines but just throw away every other one.
>
>
>



More information about the use-livecode mailing list