Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Create image from pixel values with Imager

by kcott (Archbishop)
on May 17, 2022 at 08:25 UTC ( [id://11143935]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Create image from pixel values with Imager
in thread Create image from pixel values with Imager

Without more information, I can only guess, but it sounds like an off-by-one error. In your OP: "65536 values from 0-254". That suggests a 255x255 square which is 65025 values; a 256x256 square is 65536 values. Do you perhaps want to start with "65536 values from 0-255"?

Update: s/off-by-error/off-by-one error/

— Ken

Replies are listed 'Best First'.
Re^4: Create image from pixel values with Imager
by Anonymous Monk on May 17, 2022 at 12:39 UTC
    > Do you perhaps want to start with "65536 values from 0-255"?

    Exactly (but my data doesn't have any 255 value, 254 is highest). I don't think that's the problem because ImageMagick can convert the packed array to an image and it looks good. I don't know much about image formats or binary data. I learned that the array has to be packed like that by digging in this source code for Image::BMP.

      Heres an idea, don't use data option

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 22:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found