Search found 4 matches

by newuser
2019-06-01T12:20:57-07:00
Forum: PerlMagick
Topic: Work with object...
Replies: 6
Views: 47704

Re: Work with object...

magick wrote: 2019-06-01T10:57:35-07:00 Method Clone. Or is there something else? Thanks for the kick ass. It made me think :D
by newuser
2019-06-01T06:21:26-07:00
Forum: PerlMagick
Topic: Work with object...
Replies: 6
Views: 47704

Re: Work with object...

fmw42 wrote: 2019-05-31T23:04:07-07:00 Thanks for the answer. You understood correctly!
by newuser
2019-06-01T06:16:36-07:00
Forum: PerlMagick
Topic: Work with object...
Replies: 6
Views: 47704

Re: Work with object...

Thanks for the answer. You understood correctly! Can this be done using the perl module?
by newuser
2019-05-31T22:03:32-07:00
Forum: PerlMagick
Topic: Work with object...
Replies: 6
Views: 47704

Work with object...

Hello! Help. There is an object. I need to resize the image and get the pixels. I need information about the changed pixels. Is it possible without intermediate(TEMP) files? I do not know much English. That's what I want.

read image - IM
resize - IM
getpixels - IM
Not TempFile!