tell me, what is the easiest way to make a picture of a width of 9000 pixels and lines of 1 pixel through 9 pixel
![Image](http://www.media-security.ru/rastr/images3/prepare3.gif)
Code: Select all
V1=ImageReader("Foto1.jpg").Turnleft
V2=ImageReader("Foto2.jpg").Turnleft
V3=ImageReader("Foto3.jpg").Turnleft
V4=ImageReader("Foto4.jpg").Turnleft
I1=Interleave(v1,v3).AssumeFieldBased.Weave
I2=Interleave(v2,v4).AssumeFieldBased.Weave
Interleave(I1,I2).AssumeFieldBased.Weave
A FASTER way is to simply -sample your image to a size that is 1/10th of the original width.goldskif wrote:Thank You.
I now have this mask cut out the photographs of thin narrow strips.
I have updated that area with more examples (though it was more for 'read masks not write masks'). Should appear (with expanded index entries) within an hour or two.goldskif wrote:Thank You.
I now have this mask cut out the photographs of thin narrow strips.
-clip-mask use is not recommended. What do you advise?
http://www.imagemagick.org/Usage/masking/ does not provide a clear separation of