Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Create image from pixel values with Imager

by bliako (Monsignor)
on May 17, 2022 at 14:08 UTC ( #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 meditating upon the Monastery: (4)
As of 2023-12-08 03:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (35 votes). Check out past polls.

    Notices?