Unable to convert tif to raw on Windows 10

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
robcbwilson
Posts: 1
Joined: 2017-01-26T15:06:03-07:00
Authentication code: 1151

Unable to convert tif to raw on Windows 10

Post by robcbwilson »

Hi everyone,
I am using ImageMagick-7.0.4-5-Q16-x64-dll and am trying to convert a tif file to .raw format. This is the command I am using and the error I receive.

C:\Users\Robbie\Downloads>%imconv% tamriel.tif -depth 16 tamriel.raw
convert: no encode delegate for this image format `RAW' @ warning/constitute.c/WriteImage/1163.

I understand that I have to install delegates for this to work, but I am unsure as to how. Thanks :D
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Unable to convert tif to raw on Windows 10

Post by fmw42 »

try tamriel.rgb rather than ramriel.raw

See RGB at http://www.imagemagick.org/script/formats.php
Post Reply