Is there any library that can easily manipulate Bitmap (bmp) file?

S

sin kanti

Hi all,

In my project, i wanna resize original bmp file to 60x40 and make them
1-bit color.
Then, store each bit it into an array for data processing.

Is there any library that can do what i want in Ruby?

Thank you,

Sinchai
 
W

Wesley J. Landaker

--nextPart1435883.SFegXkHfiX
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi all,

In my project, i wanna resize original bmp file to 60x40 and make them
1-bit color.
Then, store each bit it into an array for data processing.

Is there any library that can do what i want in Ruby?

Often, the easiest way to manipulate images is to convert them to PNM=20
format, and then manipulate that (and then convert back). You can do this=20
with something like the netpbm package <http://netpbm.sourceforge.net/> or=
=20
ImageMagick, or something similar.

It's not a ruby-specific solution, but it's cross-platform, and I use often=
=20
use that to manipulate images with ruby. =3D)

(And I'm sure someone else could point out a native ruby PNM library, or a=
=20
binding to netpbm or ImageMagick.)

=2D-=20
Wesley J. Landaker <[email protected]>
OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2

--nextPart1435883.SFegXkHfiX
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQBCWa/Z8KmKTEzW49IRAq2WAKCRMb79Hmt+xdgb8zQ1cUTobMfa4QCaAg26
Ro1TZlErJ6t+YKeUKeawxIA=
=AJ74
-----END PGP SIGNATURE-----

--nextPart1435883.SFegXkHfiX--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top