Raul, thanks! Yes, that solved the mismatched shape problem. Now I just
need to tinker with getting it aligned.

On Tue, Feb 18, 2014 at 9:20 PM, Raul Miller <[email protected]> wrote:

> It looks like you are losing 9 pixels from each array.
>
> The easy answer would be to put them back. Ideally, you would try to put
> some back on each side so that the result is not too far off center.
>
> Thus:
>    hlines2=: 58 157 {. 58 _152  {. hlines
>    vlines2=: 58 157 {. _43 157 {. vlines
>
> Note that your matched content will be smaller than the original. That's
> also fixable if it's an issue for you.
>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to