difrkaguilar
(Franklin Aguilar Matos)
March 24, 2022, 4:20am
1
Hello everyone.
I have created a template to use with the watermark module of darktable. The file was created in Inkscape and can be modified as users like to add or remove info of the file (In my case I don´t use tags or GPS location so I removed this info of my template).
This template use the images metadata and it shows the info similar to what can be seen in some Instagram posts.
I share this template as Creative Commons — CC0 1.0 Universal
metadata_template.zip (11.3 KB)
This is a preview of the info:
In the case of this image the order of the modules was:
watermark
framing
blurs
.
.
.
scene-referred edit
Greetings from Habana, Cuba.
27 Likes
Thank you very much for making Darktable more enjoyable and usable.
Regards
3 Likes
What about adding this nice watermark into dt itself?
6 Likes
Nilvus
March 25, 2022, 8:06am
4
Yes, it would be good to add it to darktable. Nice work!
1 Like
Does the CC by Attribution license make it weird? Would someone using it darktable need to give credit on every images?
2 Likes
difrkaguilar
(Franklin Aguilar Matos)
March 25, 2022, 11:40pm
6
6 Likes
Thanks! It’s a cool watermark
2 Likes
Thanks a lot @difrkaguilar , I’ll integrate it into dt.
3 Likes
This is now integrated. You had two lines with:
$(EXIF_DAY) $(MONTH) $(EXIF_YEAR)
That I have fixed to use EXIF_MONTH.
$(EXIF_DAY) $(EXIF_MONTH) $(EXIF_YEAR)
Thanks again for this nice watermark !
4 Likes
elGordo
(Gord)
March 26, 2022, 3:47pm
10
Is it too late to lobby for YYYY-MM-DD format?
$(EXIF_YEAR) $(EXIF_MONTH) $(EXIF_DAY)
It would be nice to avoid ambiguity.
Jade_NL
(Jacques)
March 26, 2022, 4:45pm
11
I agree with you about this date format, but what is “normal” varies depending on which part of the world you’re in.
It is rather easy to change this and other things to whatever one wants/needs using Inkscape, though.
EDIT
A full and shorter version, both in YYYMMDD and DDMMYYY format:
dt.watermark.templates.zip (36.9 KB)
2 Likes
achat
(Andreas Urbschat)
March 27, 2022, 9:10pm
12
I just gave the integrated file a try … it seems to be corrupted? I’m on Windows.
By the way, I took the version from @difrkaguilar , did the exif_month change and made it work with color and font selection from watermark module.
Here’s the file:
May you want to (re)integrate?
Cheers, Andreas!
I double checked and the diff from the file I have integrated and the original. The diff is only changing $(MONTH)
by $(EXIF_MONTH)
in two places.
achat
(Andreas Urbschat)
March 27, 2022, 9:37pm
14
Maybe I shouldn’t have downloaded it from GitHubs GUI via “save as”.
Hello @achat ,
Thanks for your work. There seem to be some anormaly.
The first thing I notice is, that the shadow-text doesn’t change its font. It is “hardcoded” as Roboto.
The second is, when I choose a bold font, only camera becomes bold.
I tried to fix the shadow-stuff and got it to changing the font, but it doesn’t change to italic if chosen. No idea what the problem is.
1 Like
achat
(Andreas Urbschat)
March 28, 2022, 7:14am
16
Fixed it. Should have tested a bit more carefully on my 13" screen just before bed
metadata-template.zip (11.0 KB)
edit: Fixed aperture-icon background color
Yes, that fixes it. I personally would prefer the shadows to be always black. When I change anything in Inkscape, pretty much everything breaks. I guess I would have to edit these properties in a text editor?
achat
(Andreas Urbschat)
March 28, 2022, 12:59pm
18
Right, change from line # 695 to 1005 every occurence of $(WATERMARK_COLOR) to your preferred color (origin was #666666 ).
1 Like
Ok, got it, thanks. So I can look for everything with filter:url(#filter10XX ) (blur) in style and set it to black.