From: Jan Dvorak Date: 2009-01-20T07:08:16+09:00 Subject: Re: Converting binary image file to bmp file using RMagick2.0 On Monday 19 January 2009 19:09:34 Kamaljeet Saini wrote: > fyi: > > The source file "image1.txt" is 32 bit binary file and the file > "image1.bmp" that to be created needs to be 24 bit. This convertion > someone alreasy implemented in C# in our team from dev. side but we need > to do this using Ruby/RMagick. The source file you provided isn't really 32bit, but 16bit (probably in RGB565 mode) Jan