Yeah, I did that - looked at each identifier and command to try and
use, the best (if not, only) way is basically made a nested loop to
scroll through x height and y width, grab the coordinate at both loop
points and using:
/drawdot -r $rgb($getdot(@window, %widthloop, %heightloop))
$getdot returns one number, multiples of 1 = 0 - 255 of red, multiples
of 256 in the number = 256 for each increment of green and multiples
of 65536 = 1 increment of blue. $rgb takes that one number and turns
it in to it's rgb value (eg: 0,0,0 - 255,255,255).
SO, with that written in the help (well, not entirely, tried it and
worked it out), it just does not make sense the above command I'm
using should not work and draw out the section in a red-scale. I
would rather find a way to fix it this way than to cut out a specific
area as well. . . . .
Please help! :o(
Jesse.
Post by voipmeIt seems to me that $getdot will only return the color code of the
pixel at the coordinates x, y, and the $rgb will turn it into a
color. You'll need something that actually grabs a section of the
image (it'll have width and height in it). I can't remember the name
of a command that will do that, but I assume one exists. Check your
helpfile around the $getdot entry.
Post by JesterHey group!
I have a problem - I want to take a section of an image from one pic
win to another but when I use the -r switch and the
scale. Why? Any way to fix this?
Thanks,
Jesse.- Hide quoted text -- Show quoted text -