Find Jobs
Hire Freelancers

Load and store *.pnm image file

$10-30 USD

Completed
Posted about 8 years ago

$10-30 USD

Paid on delivery
Write two functions to load and store binary (types P5 and P6) “*.pnm” image files in your favorite language/package out of C++, Java, Python or Matlab. Load function should generate an Image structure (or an object). The image structure should contain following. Image type : an integer value specifying the image type. Values Gray = 0 and RGB = 1 width : an integer value specifying the width of the image. height : an integer value specifying the width of the image. data : a byte array of image data (stored in row major order). For simplicity you can assume second header line is always a comment. And max value is always 255 (i.e. 8 bit images). For full pnm file format specification, refer [login to view URL] Following software can be used to view pnm images. Also it allows you to convert any image to pnm format (for testing purposes). [login to view URL] In addition to ImageJ, the open source software GIMP also can open PNM format image files. For example following C++ code shows the headers of required functions. struct Image { int type; // an integer value specifying the image type. Values // Gray = 0 and RGB = 1 int width; // an integer value specifying the width of the image. int height; // an integer value specifying the height of the image. char* data; // an 8-bit array of image data (row major). }; Image loadImage(string fileName); void storeImage(string fileName, Image img);
Project ID: 9413452

About the project

1 proposal
Remote project
Active 8 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
As discussed. As discussed. As discussed. As discussed. As discussed. As discussed. As discussed. As discussed.
$50 USD in 1 day
5.0 (51 reviews)
5.8
5.8

About the client

Flag of UNITED STATES
Indianapolis, United States
5.0
14
Payment method verified
Member since Apr 14, 2015

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.