Yossarian
(Alan Jurgensen)
July 28, 2018, 5:28pm
1
Using Darktable 2.2.1 dirty
Is there a way I can add a cropping guide for aspect 4:5 ?
Thats instragams vertical dimensional aspect…
TIA Jurgyman
/*
This file is part of darktable,
copyright (c) 2009--2011 johannes hanika.
copyright (c) 2012 henrik andersson.
darktable is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
darktable is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with darktable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
This file has been truncated. show original
Looks like they are hardcoded to me. So would require a (simple) code change.
msd
July 28, 2018, 6:12pm
3
Simply click on aspect and type 4:5 when the pop-up opens
Why not use the one that’s already there? If you need vertical orientation, just click the circular arrow to the right.
I’m using 2.4.4, but it should be in 2.2.1 as well.
2 Likes
houz
July 30, 2018, 11:55am
5
That. And if you ever need to add another aspect ratio you can also add it to your darktablerc:
committed 11:50AM - 26 Mar 15 UTC
Adding a key like
plugins/darkroom/clipping/extra_aspect_ratios/foo=23:42
wil… l add an entry of "foo" with aspect ratio 23:42 to the clipping
dropdown list. '/' can be used instead of ':'. Duplicates get removed.
1 Like
Yossarian
(Alan Jurgensen)
July 30, 2018, 12:52pm
6
Thanks hpbirkeland… I didnt know one could rotate the 5:4 aspect (into 4:5).
Thanks!