Search found 9 matches
- 2015-06-25T02:49:19-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Re: Discover proprietary raster format?
Sorry, that was replying to the earlier attempt ... your final output is perfect! Once more thanks!
- 2015-06-24T23:51:47-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Re: Discover proprietary raster format?
Awesome! Thanks so much! Not sure about the images at the bottom, but otherwise they look pretty good to me! Thanks again!
- 2015-06-24T13:17:24-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Re: Discover proprietary raster format?
C:\Program Files\ImageMagick-6.9.1-Q16>convert -list configure
Path: [built-in]
Name Value
-------------------------------------------------------------------------------
FEATURES OpenMP
NAME ImageMagick
QuantumDepth 16
Path: C:\Program Files\ImageMagick-6.9.1-Q16\configure.xml
Name Value ...
Path: [built-in]
Name Value
-------------------------------------------------------------------------------
FEATURES OpenMP
NAME ImageMagick
QuantumDepth 16
Path: C:\Program Files\ImageMagick-6.9.1-Q16\configure.xml
Name Value ...
- 2015-06-24T12:31:37-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Re: Discover proprietary raster format?
https://www.dropbox.com/s/wc2v7qvl7h7z9i7/20140616.001?dl=0
https://www.dropbox.com/s/zls15e9dh3jkjnl/20141013.002?dl=0
C:\Program Files\ImageMagick-6.9.1-Q16>dcraw abc
Cannot decode file abc
C:\Program Files\ImageMagick-6.9.1-Q16>convert -list delegates
convert.exe: unrecognized list type ...
https://www.dropbox.com/s/zls15e9dh3jkjnl/20141013.002?dl=0
C:\Program Files\ImageMagick-6.9.1-Q16>dcraw abc
Cannot decode file abc
C:\Program Files\ImageMagick-6.9.1-Q16>convert -list delegates
convert.exe: unrecognized list type ...
- 2015-06-24T10:39:30-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Re: Discover proprietary raster format?
The file is from a Fluoroscan Premier 60000 "Mini C-arm" X-ray machine. The machine is no longer supported by the manufacturer and the tech support staff are unable to provide information about the file format.
It is the Windows version. There is a file dcraw.exe in the directory.
C:\Program Files ...
It is the Windows version. There is a file dcraw.exe in the directory.
C:\Program Files ...
- 2015-06-24T09:24:57-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Re: Discover proprietary raster format?
It really is called abc! I renamed it from 20140616.001 which was the original file name (the suffix doesn't seem to be intended to give any indication of the file format, i.e. .001, .002, .003 etc. for images generated on the same day)
Thanks - Mark
Thanks - Mark
- 2015-06-24T07:20:11-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Re: Discover proprietary raster format?
C:\Program Files\ImageMagick-6.9.1-Q16>identify abc
identify.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
C:\Program Files\ImageMagick-6.9.1-Q16>convert abc x.png
convert.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501 ...
identify.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
C:\Program Files\ImageMagick-6.9.1-Q16>convert abc x.png
convert.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501 ...
- 2015-06-24T06:56:22-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Re: Discover proprietary raster format?
IM seems to require a file extension in order to handle the image in the correct way. Any suggestions as to what to use? Is dcraw the correct delegate program? Thanks!
- 2015-06-24T06:11:51-07:00
- Forum: Users
- Topic: Discover proprietary raster format?
- Replies: 21
- Views: 6286
Discover proprietary raster format?
I've got a number of images in a proprietary black&white (presumably grayscale) raster format that I would dearly like to be able to display/convert. Is there any way ImageMagick can be used (scripted?) to try and discover the format, i.e. experiment with various values for the number of pixels per ...