I am using Attachment_fu to upload images.
I need to convert .tiff images into .jpeg format after uploading image in application.
I used below code:
:styles => {
:thumb => ["150x172#",:jpg],
:large => ["100%", :jpg]
},
But it is not useful for me.
Please help me how to convert image format?