Search found 10 matches

by AlexRozen
2019-05-28T05:50:07-07:00
Forum: Bugs
Topic: bug (or feature?) of "identify" of the scanned PDF
Replies: 3
Views: 8149

Re: bug (or feature?) of "identify" of the scanned PDF

snibgo wrote: 2019-05-28T05:03:05-07:00 Your PDF contains a single page, which has a single embedded raster image and nothing else.
...
If you want to simply extract the embedded image, I suggest you use pdfimages instead of IM.
I simply wanted to find out true parameters of the embedded image.
by AlexRozen
2019-05-28T03:11:48-07:00
Forum: Bugs
Topic: bug (or feature?) of "identify" of the scanned PDF
Replies: 3
Views: 8149

bug (or feature?) of "identify" of the scanned PDF

ImageMagick 7.0.8-47 Q16 x64 magick.exe identify -verbose 20190528161806907.pdf Source Image output Problem: I'm sure that sample pdf-file contains scanned A4 page with 400dpi setting. (I have double checked it on different DPI using the ruler and counting the pixels of one letter width with 3200 ...
by AlexRozen
2018-07-06T05:57:34-07:00
Forum: Developers
Topic: Codepage for JSON output
Replies: 4
Views: 10535

Re: Codepage for JSON output

I have checked it with ImageMagick-7.0.8-5-portable-Q16-x64 Sample image is here https://drive.google.com/file/d/1R-bRWZKFSIzQb7TJKkIWIpe33ofPdOJB/view?usp=sharing use command magick.exe convert IMG_3010.JPG IMG_3010.JSON Resulting json-file contains "comment": "Надежда" It's pure Cyrillic, so it can ...
by AlexRozen
2018-07-05T22:28:20-07:00
Forum: Developers
Topic: Codepage for JSON output
Replies: 4
Views: 10535

Codepage for JSON output

Let's imagine that we have someimage.jpg with embedded comment, containing some non-latin characters. I am trying to use following command: magick.exe convert someimage.jpg someimage.json resulting json does contain the comment, but it is written in the current windows ANSI codepage (1251 in my ...
by AlexRozen
2018-07-05T01:29:24-07:00
Forum: Bugs
Topic: One more problem with the same DICOM files source
Replies: 4
Views: 7390

Re: One more problem with the same DICOM files source

Checked test file with ImageMagick-7.0.8-5-portable-Q16-x64
Converted to multiple png files ok.
but identify command returns error:

magick.exe identify Test.DCM
identify: InsufficientImageDataInFile `Test.DCM' @ error/dcm.c/ReadDCMImage/3304
by AlexRozen
2018-07-04T20:37:11-07:00
Forum: Developers
Topic: Nightly builds are broken?
Replies: 1
Views: 7627

Nightly builds are broken?

About 2 days the content of ftp://ftp.imagemagick.org/pub/ImageMagick/beta/ is strange.
There is a lot of files that are too short. No new files for the 4'th of July 2018
by AlexRozen
2018-06-29T03:43:30-07:00
Forum: Bugs
Topic: One more problem with the same DICOM files source
Replies: 4
Views: 7390

One more problem with the same DICOM files source

Again same test file uploaded to the https://drive.google.com/file/d/119_GRi ... AgFXS/view

I know, that It contains 6 pages, but the latest ImageMagick build identifies and processes only the first one.
by AlexRozen
2018-06-08T03:53:55-07:00
Forum: Bugs
Topic: Dicom images problem
Replies: 6
Views: 8948

Re: Dicom images problem

Awesome work! Downloaded the fresh build and it works like a magick :)

But there is one more issue: the original test file contains 6 images, but ImageMagick identifies, converts or viewes only the first one.
by AlexRozen
2018-06-05T10:25:01-07:00
Forum: Bugs
Topic: Dicom images problem
Replies: 6
Views: 8948

Re: Dicom images problem

but inside by a naked eye it seems to have DICOM-like parts. And the "GE Medical Systems/DICOM Part 10 file" label in header :(
Another file, which I've seen before, doesn't contain such label, because of some postprocessing, I suppose.
by AlexRozen
2018-06-04T09:05:08-07:00
Forum: Bugs
Topic: Dicom images problem
Replies: 6
Views: 8948

Dicom images problem

Our equipment is producing DCM-files wich are not compatible with common software. Irfan viewer with plugin can show only the first image, Image Magick 7.0.7-28 says "improper image header `Test.DCM' @ error/dcm.c/ReadDCMImage/3154" I've uploaded the sample to Google Drive https://drive.google.com ...