Search found 4 matches

by SimonKravis
2018-08-16T18:05:27-07:00
Forum: Magick.NET
Topic: Copy EXIF, IPTC and XMP metadata from one JPEGfile to another
Replies: 4
Views: 11909

Re: Copy EXIF, IPTC and XMP metadata from one JPEGfile to another

According to many examples, ImageMagick can write data. Exiftool can indeed copy all metadata using the command

Code: Select all

exiftool -TagsFromFile fromImage.jpg toImage.jpg
but it is very slow to start up on Windows.
by SimonKravis
2018-08-14T22:29:14-07:00
Forum: Magick.NET
Topic: Copy EXIF, IPTC and XMP metadata from one JPEGfile to another
Replies: 4
Views: 11909

Copy EXIF, IPTC and XMP metadata from one JPEGfile to another

I need to copy any existing EXIF, IPTC and XMP metadata from one JPEG file (sourceFile) to another (destinationFile) with a different size and a different image. I am using the code below, based on the posting https://stackoverflow.com/questions/34345228/replace-the-image-in-a-jpg-image-file-but-kee...
by SimonKravis
2013-03-25T21:29:52-07:00
Forum: Bugs
Topic: Cannot process tiff files
Replies: 1
Views: 2219

Re: Cannot process tiff files

I'm using IM 6.8.3-Q8 (32 bit windows dynamic on XP) from a VBA environment using the IM Com object ImageMagickOject.MagickImage.1 to process a multi-page tiff file created by Ghostscript from PDF files. Invocation is Set imgMkObj =CreateObject("ImageMagickOject.MagickImage.1") When I use...
by SimonKravis
2013-03-25T17:00:02-07:00
Forum: Bugs
Topic: Cannot process tiff files
Replies: 1
Views: 2219

Cannot process tiff files

I'm using IM 6.8.3-Q8 (32 bit windows dynamic on XP) from a VBA environment using the IM Com object ImageMagickOject.MagickImage.1 to process a multi-page tiff file created by Ghostscript from PDF files. Invocation is Set imgMkObj =CreateObject("ImageMagickOject.MagickImage.1") When I use ...