Search found 8 matches
- 2019-09-20T16:02:01-07:00
- Forum: Users
- Topic: EXIF Metadata from DNG
- Replies: 3
- Views: 8769
Re: EXIF Metadata from DNG
I know exiftool would be a superb alternative for that task. Sadly I have to fix an already existing workflow that is quite big and in a fairly restrictive environment - and it relies exclusively on imagemagick. Getting exiftool in that environment would be a huge effort. So my primary goal would ...
- 2019-09-20T14:44:06-07:00
- Forum: Users
- Topic: EXIF Metadata from DNG
- Replies: 3
- Views: 8769
EXIF Metadata from DNG
Hi! I'm trying to read EXIF metadata from DNG source files. But identify doesn't show me any of them. Used Commandline: identify -verbose RAW_CANON_1DM2.dng The source file I used (which has loads of EXIF metadata) can be retrieved here: https://bitmovin-poc-input.s3-eu-west-1.amazonaws.com/xx ...
- 2019-08-23T08:57:27-07:00
- Forum: Developers
- Topic: identify returns different results for HTTPS than for local source
- Replies: 8
- Views: 95284
Re: identify returns different results for HTTPS than for local source
Thanks for all the help again!
As you recommended, I created two bugs for this issue:
https://www.imagemagick.org/discourse-s ... =3&t=36581
https://www.imagemagick.org/discourse-s ... =3&t=36582
As you recommended, I created two bugs for this issue:
https://www.imagemagick.org/discourse-s ... =3&t=36581
https://www.imagemagick.org/discourse-s ... =3&t=36582
- 2019-08-23T08:56:06-07:00
- Forum: Bugs
- Topic: Explicit file format not working for HTTP input
- Replies: 1
- Views: 72282
Explicit file format not working for HTTP input
Original thread: https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36576&p=168206 Explicitly specifying the input file format doesn't seem to work for http sources. See examples (and different syntax attempts) below. Originally I discovered this with DNG and AI files but for simplicity I ...
- 2019-08-23T08:47:01-07:00
- Forum: Bugs
- Topic: DNG and AI not recognized properly via HTTP(S)
- Replies: 1
- Views: 75762
DNG and AI not recognized properly via HTTP(S)
Original thread: https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36576&p=168206 I'm trying to extract metadata from DNG and AI files via HTTP(S). When I run identify on a file on my local harddisc everything works as expected with the sample commands below. But things get weird when I ...
- 2019-08-22T11:26:27-07:00
- Forum: Developers
- Topic: identify returns different results for HTTPS than for local source
- Replies: 8
- Views: 95284
Re: identify returns different results for HTTPS than for local source
Thanks for both your help! The download + piping method sounds like a workaround. I would still like to see it work with HTTP directly - so I'll also make a bug report. Where would be the best place to file that bug report in order for it to actually get developer attention? Here in the forum or on ...
- 2019-08-22T10:03:27-07:00
- Forum: Developers
- Topic: identify returns different results for HTTPS than for local source
- Replies: 8
- Views: 95284
Re: identify returns different results for HTTPS than for local source
DNG R Digital Negative Requires an explicit image format otherwise the image is interpreted as a TIFF image (e.g. dng:image.dng). When the file is available locally it works without explicitly specifying the input format though... (see sample call for local dng source in my initial post) Of course ...
- 2019-08-22T08:17:41-07:00
- Forum: Developers
- Topic: identify returns different results for HTTPS than for local source
- Replies: 8
- Views: 95284
identify returns different results for HTTPS than for local source
Hi! I'm trying to extract metadata from DNG files via HTTPS. When I run identify on a file on my local harddisc everything works as expected. But things get weird when I use identify on the exact same file via HTTPS. Via HTTPS the file is not recognized as a DNG but as a TIFF. (this also changes the ...