Thanks for the reply.

I am getting planes =1 
and bitcount = 24

but the image is not writing in the spreadsheet,instead it is showing as 
empty in the sheet. Opening the attachment it shows file corrupted and same 
is working for other file formats(jpg)



Sathish.T


On Monday, 17 November 2014 15:55:11 UTC+5:30, sathish thandavan wrote:
>
> workbook   = WriteExcel.new("images.xls")
> worksheet4 = workbook.add_worksheet('Image 1')
> worksheet4.write('A10', "Image inserted over scaled rows and columns.")
> worksheet4.insert_image('A1',
>   File.join(File.dirname(File.expand_path(__FILE__)), '24bit.bmp')
> )
> workbook.close
>
> I am not able to write bitmap image whereas I can import .jpg images well. 
>
> Error i am getting 
> "isn't a 24bit true color bitmap."
>
> Also used this step to convert into true color bitmap
> "convert alarm.bmp -type truecolor 24bit.bmp"
>
> Help..
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/9bee0af9-52ce-42e0-a6b8-1e4ceed8df02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to