Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Create image from pixel values with Imager

by bliako (Monsignor)
on May 17, 2022 at 14:08 UTC ( [id://11143948]=note: print w/replies, xml ) Need Help??


in reply to Create image from pixel values with Imager

I don't know your data but with my simple data:

use constant IMAGESIZE => 5; my @data = (0x0)x(IMAGESIZE*IMAGESIZE); $data[0] = 0xAA; $data[3] = 0xBB;

This: convert data.png data.txt shows that it still thinks data is 4 bytes long. Imager is way too complex for me and pack even more so. Perhaps modify the code supplied by vr in Re: How to create and save an image from RGB values to get only 1 channel using the combine() thingy?

bw, bliako

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11143948]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-26 09:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found