Re: [darktable-dev] Image queries in Lua API.

2017-02-17 Thread August Schwerdfeger
'. Is this something that would be straightforward to implement? -- August Schwerdfeger aug...@schwerdfeger.name On Fri, Feb 17, 2017 at 3:15 AM, Tobias Ellinghaus <m...@houz.org> wrote: > Am Freitag, 17. Februar 2017, 00:06:36 CET schrieb August Schwerdfeger: > > I am trying to reimplement, us

Re: [darktable-dev] Need you help with my darktable lua script

2017-02-25 Thread August Schwerdfeger
Try moving the declaration of 'combobox' below those of the 'check_button' widgets. -- August Schwerdfeger aug...@schwerdfeger.name On Feb 25, 2017 5:11 AM, "Holger Klemm" <darkta...@multimedia4linux.de> wrote: > Hello, > I need your help to correct my lua script. &g

Re: [darktable-dev] Tagging module: What the...

2017-07-31 Thread August Schwerdfeger
cdefg") in the module text box, but now even that does not work very well. -- August Schwerdfeger aug...@schwerdfeger.name On Mon, Jul 31, 2017 at 3:39 AM, Tobias Ellinghaus <m...@houz.org> wrote: > Am Samstag, 29. Juli 2017, 22:14:09 CEST schrieb August Schwerdfeger: > > Dark

[darktable-dev] Tagging module: What the...

2017-07-29 Thread August Schwerdfeger
possibly be causing these delays (and, what is more to the point, how do I work around it so I can actually use the thing again)? -- August Schwerdfeger aug...@schwerdfeger.name ___ darktable developer mailing list

Re: [darktable-dev] Tagging module: What the...

2017-08-01 Thread August Schwerdfeger
. In light of this result, I should mention that the databases I am having this trouble with were all originally created by Darktable 1.4.2 and are over 75 megabytes in size. -- August Schwerdfeger aug...@schwerdfeger.name On Tue, Aug 1, 2017 at 10:09 AM, August Schwerdfeger <

Re: [darktable-dev] Tagging module: What the...

2017-08-01 Thread August Schwerdfeger
is complete. -- August Schwerdfeger aug...@schwerdfeger.name On Tue, Aug 1, 2017 at 4:02 AM, Tobias Ellinghaus <m...@houz.org> wrote: > Am Montag, 31. Juli 2017, 11:25:02 CEST schrieb August Schwerdfeger: > > I have used nothing but the Ctrl+T method for some time (I experience > la

Re: [darktable-dev] Tagging module: What the...

2017-08-05 Thread August Schwerdfeger
s with any database I tried. -- August Schwerdfeger aug...@schwerdfeger.name On Thu, Aug 3, 2017 at 4:49 AM, Tobias Ellinghaus <m...@houz.org> wrote: > Am Donnerstag, 3. August 2017, 09:58:01 CEST schrieb Tobias Ellinghaus: > > Am Dienstag, 1. August 2017, 23:45:54 CEST schrieb Aug

[darktable-dev] New packages needed for Darktable build on Fedora.

2017-08-05 Thread August Schwerdfeger
Recently I had occasion to compile Darktable on a vanilla installation of Fedora 25. After installing all the packages listed on the installation page <http://www.darktable.org/install/#fedora>, I also needed to install gtk3-devel and pugixml-devel before Darktable would compile. --

Re: [darktable-dev] Library size, just for conversation

2017-09-25 Thread August Schwerdfeger
, previously mentioned on this list. -- August Schwerdfeger aug...@schwerdfeger.name On Mon, Sep 25, 2017 at 5:02 PM, Patrick Shanahan <p...@opensuse.org> wrote: > * Tobias Ellinghaus <m...@houz.org> [09-25-17 17:44]: > > Am Montag, 25. September 2017, 15:32:55 CEST sch

[darktable-dev] Show maximum possible export size in light table?

2018-01-10 Thread August Schwerdfeger
the pointer as steady as I can while reading the dimensions off of the center of the crop box. Would it be feasible to have a light table module showing an image's maximum possible export size? -- August Schwerdfeger aug...@schwerdfeger.name

Re: [darktable-dev] Show maximum possible export size in light table?

2018-01-11 Thread August Schwerdfeger
meets the size requirements. It would be very convenient if I could do this at a glance in the light table instead. -- August Schwerdfeger aug...@schwerdfeger.name On Thu, Jan 11, 2018 at 10:53 AM, Heiko Bauke <heiko.ba...@mail.de> wrote: > Hi, > > > Am 11.01.2018 um 17

Re: [darktable-dev] Show maximum possible export size in light table?

2018-01-11 Thread August Schwerdfeger
If I did that, I still could not determine the size until *after* the export, by examining the exported image. What I am asking about is a way to determine the size within Darktable itself, without having to do an export. -- August Schwerdfeger aug...@schwerdfeger.name On Thu, Jan 11, 2018 at 10

Re: [darktable-dev] Show maximum possible export size in light table?

2018-01-11 Thread August Schwerdfeger
For me, the use case is determining, in a speedy and convenient manner, the maximum size at which I can print a cropped photo. -- August Schwerdfeger aug...@schwerdfeger.name On Thu, Jan 11, 2018 at 4:43 AM, Roman Lebedev <lebedev...@gmail.com> wrote: > On Thu, Jan 11, 2018 at 7:17 A

Re: [darktable-dev] Show maximum possible export size in light table?

2018-01-20 Thread August Schwerdfeger
;A but not (B and C)". Also, even if most users do not need more powerful search functionality, one could still make a case for providing it in the API so that the users who do need it could access it through a Lua module without inconveniencing the rest. -- August Schwerdfeger au

[darktable-dev] Behavior of collect-by-tag changed in Darktable 2.4.0.

2018-03-10 Thread August Schwerdfeger
in the hierarchy (e.g., 'Parent|Child'. Was this intentional? -- August Schwerdfeger aug...@schwerdfeger.name ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] Behavior of collect-by-tag changed in Darktable 2.4.0.

2018-03-17 Thread August Schwerdfeger
After some further examination of the problem, I have opened a pull request to have the change reversed [1] <https://github.com/darktable-org/darktable/pull/1662>. -- August Schwerdfeger aug...@schwerdfeger.name On Mon, Mar 12, 2018 at 11:28 PM, August Schwerdfeger < aug...@schwerdf

[darktable-dev] Darktable lag on a 4K monitor.

2018-11-01 Thread August Schwerdfeger
is causing this? -- August Schwerdfeger aug...@schwerdfeger.name ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] Feature request (Cropping module GUI)

2018-11-16 Thread August Schwerdfeger
uch easier to select the "16:9, HDTV" option to constrain the ratio. -- August Schwerdfeger aug...@schwerdfeger.name On Fri, Nov 16, 2018 at 2:51 PM Jan Ingwer Baer wrote: > On 16-Nov-18 18:26, Heiko Bauke wrote: > > Hi, > > > > Am Freitag, 16. November 2018 schrieb

Re: [darktable-dev] Crop tool is awkward for my use case

2019-02-17 Thread August Schwerdfeger
How is this a JPEG vs. RAW issue? I have done a great deal of cropping in Darktable (on both JPEGs and RAWs) and I think that adding the proposed single-drag interaction would speed up cropping a great deal over the current process, no matter the format of the image being edited. -- August

Re: [darktable-dev] JPG .. spot removal .. !!

2019-02-08 Thread August Schwerdfeger
Why should the spot-removal module not be used with JPEG images? I have used it on a great many JPEG images without Darktable crashing (although occasionally the areas do not stay exactly where I put them). -- August Schwerdfeger aug...@schwerdfeger.name On 2/8/19 11:03 PM, David Vincent-Jones

Re: [darktable-dev] Full metadata editor

2019-07-22 Thread August Schwerdfeger
I am in favor of an expanded metadata editor, but I think it should be kept within the module, as this better fits the usual metadata-editing workflow. The unwieldiness might be countered by letting the user specify what set of metadata keys should appear for editing. -- August Schwerdfeger aug

Re: [darktable-user] Re: AW:[darktable-dev] dt 3.0.0rc0

2019-11-13 Thread August Schwerdfeger
anticipate this causing any issues with the repaired version? -- August Schwerdfeger aug...@schwerdfeger.name On Wed, Nov 13, 2019 at 10:23 AM Pascal Obry wrote: > Dear Axel, > > > is it possible to define "old edits"? > > All images edited with version previous to 3.0.0rc0.

Re: [darktable-dev] Lua Module

2020-01-10 Thread August Schwerdfeger
, there is likely a Lua error someplace -- try running Darktable with the '-d lua' switch and see what comes up in the terminal. -- August Schwerdfeger aug...@schwerdfeger.name On Fri, Jan 10, 2020 at 3:51 PM jys wrote: > On Fri, Jan 10, 2020, at 13:12, David Vincent-Jones wrote: > > > > Yes

Re: [darktable-dev] Parametric Yellow mask

2020-01-15 Thread August Schwerdfeger
I think that just means your parametric mask's parameters are set such that it is not actually applying to any part of the image -- when the yellow mask view is turned on, the yellow areas show where the mask applies, and the non-yellow desaturated areas where it does not. -- August Schwerdfeger

[darktable-dev] Refresh via Lua API.

2020-01-12 Thread August Schwerdfeger
otherwise changing the view? -- August Schwerdfeger aug...@schwerdfeger.name ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

[darktable-dev] Exact string matching in collect module.

2019-12-25 Thread August Schwerdfeger
itle "Lake", and not, e.g., "Gates of Lakewood Cemetery"? -- August Schwerdfeger aug...@schwerdfeger.name ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] Issue building manual after OS upgrade

2020-08-29 Thread August Schwerdfeger
I ran into this problem in a different context, and the cause turned out to be that the 'JAVA_HOME' environment variable was not set how I expected, causing 'fop' to use the wrong JRE. -- August Schwerdfeger aug...@schwerdfeger.name On Sat, Aug 29, 2020, 04:32 Peter Harde wrote: > D

Re: [darktable-dev] 3.0.2 for Mac wont start: file system relative paths not allowed in hardened programs

2020-07-02 Thread August Schwerdfeger
Darktable starts normally from the DMG. -- August Schwerdfeger aug...@schwerdfeger.name On Thu, Jul 2, 2020 at 4:05 AM Moritz Moeller wrote: > I'm running 3.0.2. on 10.15.5 w/o any issues since that DT version was > released. > Not sure though when I upgraded from 10.15.4. Maybe I

Re: [darktable-dev] 3.0.2 for Mac wont start: file system relative paths not allowed in hardened programs

2020-07-01 Thread August Schwerdfeger
I have no problem running Darktable 3.0.2 on macOS 10.15.5. -- August Schwerdfeger aug...@schwerdfeger.name On Wed, Jul 1, 2020 at 2:39 PM parafin wrote: > That's how app bundles work, so I'm not sure how it can be forbidden. > But maybe it wants @rpath, not @executabl

[darktable-dev] Rejected images and Lua.

2020-06-03 Thread August Schwerdfeger
the Lua API? -- August Schwerdfeger aug...@schwerdfeger.name ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] Scan for devices option is not available

2020-11-11 Thread August Schwerdfeger
look over the build logs -- there should be a line telling whether or not 'gphoto2' was found in usable form. If you installed it from a package, it is most likely a problem for the people who assembled that package, rather than for the Darktable developers themselves. -- August Schwer

Re: [darktable-dev] Import from camera/ memory card: some probleems

2021-01-06 Thread August Schwerdfeger
. I would not recommend using folder import for images on an SD card: if you import such images and do not promptly move them *off* the SD card, you will lose access to them as soon as the card is unmounted. -- August Schwerdfeger aug...@schwerdfeger.name On Wed, Jan 6, 2021 at 10:42 AM Peter Harde wr

Re: [darktable-dev] Add Location data to exported jpeg files

2023-07-26 Thread August Schwerdfeger
rmation" panel populated)? -- August Schwerdfeger aug...@schwerdfeger.name On 7/26/23 08:45, Ramnarayan.K wrote: Hi I primarily show in NEF (raw) on a camera that does not have Location / GPS data functions. I upload a lot of images to inaturalist.org <http://inaturalist.org> where the