--nextPart1435883.SFegXkHfiX Content-Type: text/plain; charset so-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 10 April 2005 16:30, sin kanti wrote: > 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 format, and then manipulate that (and then convert back). You can do this with something like the netpbm package <http://netpbm.sourceforge.net/> or ImageMagick, or something similar. It's not a ruby-specific solution, but it's cross-platform, and I use often use that to manipulate images with ruby. =) (And I'm sure someone else could point out a native ruby PNM library, or a binding to netpbm or ImageMagick.) -- Wesley J. Landaker <wjl / icecavern.net> 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+YKeUKeawxIA4 -----END PGP SIGNATURE----- --nextPart1435883.SFegXkHfiX--