Search found 8 matches

by The Guy from CGN
2019-07-18T01:19:53-07:00
Forum: Users
Topic: Preserve EXIF while conversation from TIF to TIF/TIF to JPG
Replies: 17
Views: 42016

Re: Preserve EXIF while conversation from TIF to TIF/TIF to JPG

I use EXIFTOOL meanwhile. I created an XMP template containing EXIF and IPTC. Prior converting the TIFF into JPG I run EXIFTOOL. While conversation from TIFF to JPG these data will be kept. These are the codes (I run them automatically as a batch file afterwards Capture1 has convertered my RAW into ...
by The Guy from CGN
2019-07-17T09:32:51-07:00
Forum: Users
Topic: Preserve EXIF while conversation from TIF to TIF/TIF to JPG
Replies: 17
Views: 42016

Re: Preserve EXIF while conversation from TIF to TIF/TIF to JPG

Even it is not the correct forum: Do the exiftool re-write a JPG/TIFF or will it just add the data?
by The Guy from CGN
2019-07-17T09:25:33-07:00
Forum: Users
Topic: Preserve EXIF while conversation from TIF to TIF/TIF to JPG
Replies: 17
Views: 42016

Re: Preserve EXIF while conversation from TIF to TIF/TIF to JPG

Why shows it IrfanView as EXIF?

But however, how can I get these information into the final JPG as EXIF?
by The Guy from CGN
2019-07-17T08:47:17-07:00
Forum: Users
Topic: Preserve EXIF while conversation from TIF to TIF/TIF to JPG
Replies: 17
Views: 42016

Re: Preserve EXIF while conversation from TIF to TIF/TIF to JPG

IrfanView shows me as EXIF what also is shown by identify: tiff:artist: Rene Toepfer tiff:copyright: Copyright 2019 Rene Toepfer - www.rene-toepfer.de - Alle Rechte vorbehalten/All rights reserved This what I want to have also in the output.tif/output.jpg. By using convert or magick these data will ...
by The Guy from CGN
2019-07-17T00:03:11-07:00
Forum: Users
Topic: Preserve EXIF while conversation from TIF to TIF/TIF to JPG
Replies: 17
Views: 42016

Re: Preserve EXIF while conversation from TIF to TIF/TIF to JPG

I have uploaded an example TIF: https://my.hidrive.com/lnk/Cg4k1owW

I tried magick as well as convert. In both cases the EXIF will be removed. I also tried:

Code: Select all

magick input.tif -define tiff:exif-properties=true output.tif
but the EXIF will be still removed.
by The Guy from CGN
2019-07-16T09:10:33-07:00
Forum: Users
Topic: Preserve EXIF while conversation from TIF to TIF/TIF to JPG
Replies: 17
Views: 42016

Preserve EXIF while conversation from TIF to TIF/TIF to JPG

How can I preserve the EXIF while converting from TIF to TIF and TIF to JPG? I tried to extract the EXIF into a separate file and add it while final conversation convert input.tif exif:input.exif mogrify -set profile exif:input.exif pagoda_sm.tif but I get this message: convert: no APP1 data is avai...
by The Guy from CGN
2019-07-15T07:16:30-07:00
Forum: Users
Topic: Create inner frame with offset
Replies: 2
Views: 6069

Re: Create inner frame with offset

Thanks for your reply. This is an interesting solution.
1. Clone the image
2. Shave that by 30 px
3. Add a colorized border of 15 px

For the colour I could also use RGBA(R,G,B, opacity).

I will give it a try.
by The Guy from CGN
2019-07-15T00:17:08-07:00
Forum: Users
Topic: Create inner frame with offset
Replies: 2
Views: 6069

Create inner frame with offset

Good Morning, I changed my RAW converter from Lightroom (LR) to Capture1 (C1). Within LR I have been used LR/Mogrify2 plugin [1] to place watermarks, text annotations, frames etc, but with C1 have to create my own scripts. It was no big deal to create scripts which add watermarks and text annotation...