I’m using this command and all I get is an empty black image:
convert image.png image.tif
All I need is the same image in tif and with a white background.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your original PNG has a transparent background. If you want to convert to a non-transparent background (which is done implicitly if the target format does not support transparency), you should specify yourself the desired color.
I believe something like this should work
For details, see here.