Search found 5 matches
- 2013-09-23T13:42:57-07:00
- Forum: Bugs
- Topic: DICOM image corrupted
- Replies: 4
- Views: 7349
Re: DICOM image corrupted
I'm not 100% sure what the correct resolution is, but GIMP produces an image that looks like it's the right size at 2440x1292. I can't say whether it is 1:1 at this resolution or whether it is magnified, because the swapped pixels make it look a bit odd.
- 2013-09-23T03:20:57-07:00
- Forum: Bugs
- Topic: DICOM image corrupted
- Replies: 4
- Views: 7349
Re: DICOM image corrupted
Apologies for that - I happened to be moving servers and missed copying the most recent files over. Should be fixed now.
- 2013-09-21T17:41:46-07:00
- Forum: Bugs
- Topic: DICOM image corrupted
- Replies: 4
- Views: 7349
DICOM image corrupted
Hi all, I am trying to convert a DICOM image of an x-ray into a more common format, but I can't get it to work with ImageMagick. Using "convert" produces a tiny image that is obviously not correct. GIMP is able to read the image correctly, except that every second pixel has been swapped with its ...
- 2011-10-01T18:41:15-07:00
- Forum: Bugs
- Topic: Cannot write 16-colour PCX files
- Replies: 0
- Views: 3819
Cannot write 16-colour PCX files
Hi, I'm trying to edit a 16-colour (4bpp) PCX file, but ImageMagick always seems to convert it to 256-colour (8bpp). $ identify input.pcx input.pcx PCX 320x200 320x200+0+0 8-bit PseudoClass 16c 26KB 0.000u 0:00.000 $ convert input.pcx -depth 4 out.pcx && identify out.pcx out.pcx PCX 320x200 320x200 ...
- 2010-07-10T21:34:56-07:00
- Forum: Users
- Topic: How to set transparent colour in Magick++
- Replies: 0
- Views: 4615
How to set transparent colour in Magick++
Hi all, I'm trying to produce a 16-colour indexed/palette/PseudoColor PNG image with transparency. I would like an alpha channel but it doesn't look like this is possible, so I can settle for assigning one of the colours in the palette as transparent (although this means my 16-colour image will ...