[darktable-user] Re: No man pages being installed on Linux

2023-07-24 Thread Terry Duell
On Mon, 2023-07-24 at 13:54 +1000, Terry Duell wrote:
> Hello,
> I just tried to build the current master (release-4.5.0-130-g4f94d9e020) on
> Fedora, using rpmbuild and an rpmbuild spec file that has been robust for
> quite
> a while, and get a build error, which essentially says no man pages found for
> installation.
> I note that the last commit included a change to CmakeLists.txt 'Do not
> install man pages in Windows'.

All fixed now in release-4.5.0-131-g2935c387fc.
Many thanks, that's Real Service!

Cheers, 
-- 
Terry Duell 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] No man pages being installed on Linux

2023-07-23 Thread Terry Duell
Hello,
I just tried to build the current master (release-4.5.0-130-g4f94d9e020) on
Fedora, using rpmbuild and an rpmbuild spec file that has been robust for quite
a while, and get a build error, which essentially says no man pages found for
installation.
I note that the last commit included a change to CmakeLists.txt 'Do not install
man pages in Windows'.
Has this gone wrong, or was the intention to not install on Linux as well?
...or is there another change as to where man pages will be installed that would
require a change to my rpmbuild spec file?

Cheers,
-- 
Terry Duell 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] HEIC support at Fedora systems

2022-12-28 Thread Terry Duell
On Thu, 2022-12-29 at 06:30 +0100, Tobias Krause wrote:
>  Hi,
>  
>  Can anybody guide me on what I need to do to show and edit HEIC images with
> Darktable on Fedora (libheif installed).
>  
[snip]

>  Details on my current System
>  - Fedora 37 KDE spin
>  - Darktable 4.2
>  - libheif installed
>  - qt-heif-image-plugin installed
>  

Is your darktable 4.2 installed via the Fedora update system?
If so it may not have been built to support HEIC.
A snippet from the rpm.spec file is as follows...

BuildRequires: libgphoto2-devel >= 2.4.5
# libheif is in RPMFusion only
# BuildRequires: libheif-devel >= 1.9.0
BuildRequires: libjasper-devel

I may be misinterpreting this, but that is what it looks like to me.
One possibility is to do your own build using a slightly modified .spec file,
which you can get by downloading the srpm file, and the rpmbuild tools.
I build my own dt from the development source, but don't have access to any HEIC
files to test if the above is correct, otherwise I would do so and report the
results.

Hope that helps.

Cheers,
-- 
Terry Duell 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Current git master breaks 'add to library' ?

2022-12-13 Thread Terry Duell
On Mon, 2022-12-12 at 22:29 -0800, Jack Bowling wrote:
> Fixed in master:
> 
> https://github.com/darktable-org/darktable/pull/13138
> 
> Jack

Thanks Jack.

Cheers,
-- 
Terry Duell 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Current git master breaks 'add to library' ?

2022-12-12 Thread Terry Duell
Hello Patrick,

On Mon, 2022-12-12 at 18:59 -0500, Patrick Shanahan wrote:
> * Terry Duell  [12-12-22 18:11]:
> > Hello,
> > I've just build release-4.1.0-1222-g3ddcdbcc8, on Fedora 37, using rpmbuild,
> > and
> > find that 'add to library' fails to add images to the lighttable, which
> > remains
> > blank.
> > A build of release-4.1.0-1204-g6466c4b4c works as expected.
> > It may be a local issue, not sure, so it would be useful if anyone else has
> > this
> > or a similar problem before I take the trouble to lodge an issue.
> 
> problem is sql, work-a-round is to clear "collections filter".  panel is
> immediately below "collections" on left panel.
> 
> problem is known
> but I have not see a PR yet.
> 
> and it is indeed *broken*.

Thanks for your advice.

Cheers,
-- 
Terry Duell 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Current git master breaks 'add to library' ?

2022-12-12 Thread Terry Duell
Hello,
I've just build release-4.1.0-1222-g3ddcdbcc8, on Fedora 37, using rpmbuild, and
find that 'add to library' fails to add images to the lighttable, which remains
blank.
A build of release-4.1.0-1204-g6466c4b4c works as expected.
It may be a local issue, not sure, so it would be useful if anyone else has this
or a similar problem before I take the trouble to lodge an issue.

Cheers,
-- 
Terry Duell 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] CMake warning

2022-01-22 Thread Terry Duell
On Sat, 2022-01-22 at 00:23 -0500, Patrick Shanahan wrote:
> 
> 
> I do not get the warnings on openSUSE Tumbleweed and
> I have:
>   libSDL2-2_0-0-2.0.18-2.5.x86_64
>   libSDL2-devel-2.0.18-2.5.x86_64
>   

Thanks Patrick, that helps.

Cheers,
-- 
Terry Duell 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] CMake warning

2022-01-21 Thread Terry Duell
Hello,
I have just built a Fedora 35 rpm of darktable release-3.9.0-150-g971a3399f, and
noticed the following message in the initial test/configuration stage of the 
build...

CMake Warning at src/libs/CMakeLists.txt:100 (find_package):
  By not providing "FindSDL2.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "SDL2", but
  CMake did not find one.

  Could not find a package configuration file provided by "SDL2" with any of
  the following names:

SDL2Config.cmake
sdl2-config.cmake

  Add the installation prefix of "SDL2" to CMAKE_PREFIX_PATH or set
  "SDL2_DIR" to a directory containing one of the above files.  If "SDL2"
  provides a separate development package or SDK, be sure it has been
  installed.

I haven't noticed this in previous builds in Fedora 34, but may have missed it.
Is FindSDL2.cmake really needed, or is this a message that can be ignored?

Cheers,
-- 
Terry Duell 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Issue with trashing images

2021-03-22 Thread Terry Duell
I'm currently running a self build of release-3.5.0-1483-g4d2bc8957 on Fedora
33, but the issue I describe below has been present for some time.
I can select (say) 2 images to be trashed.
At the top of the screen darktable reports "2 images of...selected".
I select 'Trash'.
darktable presents a dialog box "do you want to send 1 images to trash?".
I select "No".
I then select 'Trash' again, and the dialog box asks "do you want to send 2
images to trash?".

This behaviour is quite frequent, but not 100% of the time. Sometimes the dialog
box reports the correct number of selected images when 'Trash' is selected the
first time.
I have yet to figure out if there is a pattern to this behaviour.
I may be going about this the wrong way, and if so any advice welcome, otherwise
is anyone else seeing this behaviour?

Cheers, 
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] No exif in exported images

2020-12-20 Thread Terry Duell
Hello Bernhard,

On Mon, 2020-12-21 at 01:35 +0100, Bernhard wrote:
> 
> It's not in global preferences but you can find this by clicking the 
> gear wheel symbol next to the "export buttton"
> 

That's it!
Exif was unselected, and now it's selected and export images contain exif data.
It's a mystery how that setting was changed, as I have no recollection of ever
opening or using those settings.
many thanks for your help.

Cheers, 
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] No exif in exported images

2020-12-20 Thread Terry Duell
Hello Bernhard,

On Mon, 2020-12-21 at 00:45 +0100, Bernhard wrote:
> 
> 
> Terry Duell schrieb am 20.12.20 um 23:51:
> > It looks like I may have inadvertently changed a setting in darktable.
> > Exported images (jpg, png, tiff) no longer have all the relevant exif data.
> perhaps you should check this options:
> https://darktable-org.github.io/dtdocs/module-reference/utility-modules/lighttable/export-selected/#including-metadata-in-the-exported-image
> 

Thanks for that suggestion, but I cannot see an option for this.
Are you able to point me to where in the global preferences I can find this?

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] No exif in exported images

2020-12-20 Thread Terry Duell
On Sun, 2020-12-20 at 18:50 -0500, Patrick Shanahan wrote:
> 
> 
> fwiw:  http://wahoo.no-ip.org/~paka/dse_9668.jpg
> you can look at the contained exif data, suggest
>   exiftool dse_9668.jpg
> 

Had a look at that, the exif in that image is pretty much what I was would
normally expect to see in my exports.
Running exiftool on some of my recent exports shows a greatly reduced amount of
data, and none of it appears to relate to the 'as shot' data, it all looks to be
related to what darktable has done to the image.

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] No exif in exported images

2020-12-20 Thread Terry Duell
Hello Patrick,

On Sun, 2020-12-20 at 18:23 -0500, Patrick Shanahan wrote:
> * Terry Duell  [12-20-20 18:07]:
> > Hello All,
> > It looks like I may have inadvertently changed a setting in darktable.
> > Exported images (jpg, png, tiff) no longer have all the relevant exif data.
> 
> guess you would have to define "relevant exif data" for anyone to
> understand.

OK, I probably didn't express that as well as I could.
I don't see any of the usual exposure data, camera or lens model, all the basic
data that is shown by image viewers such as the GNOME image viewer and ShowFoto.

> 
> > I'm seeing this behaviour in a build of the current master (3.5.0).
> > I downgraded to a build of a recent 3.3.0 and saw the same result.
> > I've searched through all the settings but can't see a relevant setting, but
> > that may be a case of domestic blindness.
> > It has crossed my mind that a change in other software may be causing this
> > (exiv2?) but that's a wild guess.
> 
> I see and can post exif data from a freshly exported image that appears to
> contain all the "relevant" exif data.

OK.
I have investigated a bit more.
I looked back to jpg images exported on 27 Nov 2020, using a build of darktable
3.3.0-1796-gb1f735daf, and they all show the exif when viewed by GNOME image
viewer.
I reinstalled that version build of darktable from disk (I didn't rebuild), then
exported the same images from 27 Nov 2020, and these exports do not show any
exif data. 
The above suggests to me that the issue is not with darktable, but a problem
local to my system, but no clues thus far as to what that might be or where to
start looking.

Thanks for your response.

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] No exif in exported images

2020-12-20 Thread Terry Duell
Hello All,
It looks like I may have inadvertently changed a setting in darktable.
Exported images (jpg, png, tiff) no longer have all the relevant exif data.
I'm seeing this behaviour in a build of the current master (3.5.0).
I downgraded to a build of a recent 3.3.0 and saw the same result.
I've searched through all the settings but can't see a relevant setting, but
that may be a case of domestic blindness.
It has crossed my mind that a change in other software may be causing this
(exiv2?) but that's a wild guess.
I'm running Fedora 33, if that's relevant.
Anyone else seeing a similar problem?

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Missing Preferences icon.

2020-10-26 Thread Terry Duell
Hello Patrick,
On Mon, 2020-10-26 at 18:55 -0400, Patrick Shanahan wrote:
> 
> create a bug report, "issue".
> 
> fwiw: I build using the github clone and do see the hamburger/gear-wheel
> config icon.
> 

Greatcoats off!
I found it, it had been hidden, and I completely missed that I could toggle it
into view. 
Hopefully I'll remember that now.
Apologies to all.

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Missing Preferences icon.

2020-10-26 Thread Terry Duell
Hello Coding Dave,

On Mon, 2020-10-26 at 07:07 +0100, Coding Dave wrote:
> Please clean rebuild. Should've been fixed with 
> 9112d230e3dd45ae419e0e18c23ea575ce2cd4bd
> last week. If not please create a case and provide a screenshot.

Just built the current master, release-3.3.0-1223-ge23f54019, and still not
seeing the preferences icon.
I build in an rpmbuild environment which is created for each build, so 'clean'
should not an issue.
I've attached a link to screenshots of lighttable and darkroom views.
Not sure what you mean by 'create a case'.

Thanks for your help.

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Missing Preferences icon.

2020-10-26 Thread Terry Duell
Hello Coding Dave,

On Mon, 2020-10-26 at 06:35 +0100, Coding Dave wrote:
> Hi Terry,
> 
> What version and os Are you running?
> 

Current Master...release-3.3.0-1216-gd770bf524
Fedora 32.

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Missing Preferences icon.

2020-10-25 Thread Terry Duell
Hello All,
I've had this issue previously, and did a quick search for info on it, which
turned up Redmine issue 11953, but I can't get there to as my browsers tell me
the site is not secure...probably a lapsed certificate.
Any advice on whether there is a trick to making that icon visible?

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Re: Problems building current master on Fedora 32...A solution!

2020-10-03 Thread Terry Duell
On Sun, 2020-10-04 at 10:11 +1100, Terry Duell wrote:
> Hello All,
> I'm seeking advice from anyone building darktable on Fedora 32 from the git
> master.
> I've had very few problems regularly building a dt rpm for many years now, but
> ran into an issue with release-3.3.0-899-gc6dc8ec17.
> I posted a request for advice on the dev list but have not had an answer.
> The error message from rpmbuild is as follows...
> 
> /home/terry/rpmbuild/BUILD/darktable-3.3.0/src/control/conf.c:27:10: fatal
> error: conf_gen.h: No such file or directory
>27 | #include "conf_gen.h"
>   |  ^~~~
> compilation terminated.
> 

Blundering around in the dark here, it seemed to me that conf_gen.h was not
being auto generated.
I also tried building release-3.3.0-922-g24a8060de, which gave the same failure
result.
A look through all rpmbuild output failed to show anything related, so I made a
change to the cmake options in an attempt to get some helpful output with...

 -DUSE_XMLLINT=On

and the build completed without error.
Hopefully this might be helpful to someone who knows much more than I.

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Problems building current master on Fedora 32

2020-10-03 Thread Terry Duell
Hello jys,

On Sat, 2020-10-03 at 16:54 -0700, jys wrote:
> 
> On Sat, Oct 3, 2020, at 16:11, Terry Duell wrote:
> > Hello All,
> > I'm seeking advice from anyone building darktable on Fedora 32 from the git
> > master.
> > I've had very few problems regularly building a dt rpm for many years now,
> > but
> > ran into an issue with release-3.3.0-899-gc6dc8ec17.
> 
> The commits related to confgen prior to that one may have introduced some new
> dependencies on "dev" packages, but not being a Fedora user I don't have any
> guesses about what's missing. You might find clues browsing the diffs here:
> 
>  
> https://github.com/darktable-org/darktable/commit/cbb2b1dbfcea60d65ae30c692504e27c8fbb014e
> 

Thanks for your response.
It looks to me like the auto generation of conf_gen.h fails on my system, but I
still have no idea why.
Are you able to successfully build the release I am having trouble with, or a
later release, and if so, on what distro?

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Problems building current master on Fedora 32

2020-10-03 Thread Terry Duell
Hello All,
I'm seeking advice from anyone building darktable on Fedora 32 from the git
master.
I've had very few problems regularly building a dt rpm for many years now, but
ran into an issue with release-3.3.0-899-gc6dc8ec17.
I posted a request for advice on the dev list but have not had an answer.
The error message from rpmbuild is as follows...

/home/terry/rpmbuild/BUILD/darktable-3.3.0/src/control/conf.c:27:10: fatal
error: conf_gen.h: No such file or directory
   27 | #include "conf_gen.h"
  |  ^~~~
compilation terminated.

It is probably a local issue, but maybe a Fedora 32 issue.
My first thought was a missing dependency, but it seems that conf_gen.h is a
generated file, so the auto generation is either failing on my system, or maybe
fails on all Fedora 32 systems.
Anyone have a solution to this?

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Re: darktable not honouring 'open with darktable'

2020-06-20 Thread Terry Duell
No responses to my question, so I'll give this a little bump, if that's OK.

On Fri, 2020-06-19 at 09:52 +1000, Terry Duell wrote:
> Hello All,
> I've recently noticed that when I select an image file and choose 'Open with
> darktable', darktable doesn't open on screen as it does if I choose darktable
> from the apps menu, instead it is added to the lower icon bar and does not
> respond.
> 

darktable used to respond OK when selecting 'open with darktable', but I can't
point to how long ago that was.
I also note a post to Pentaxforums, in 2016 I think, which noted the
following...

"BTW, you can open single files in darktable by right clicking an image file and
using the "open with" dialog."

Is this a local problem that I've got with my system, or can others report
similar behaviour?

I am running release-3.1.0-2310-g890bf49f0 on Fedora 32.

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] darktable not honouring 'open with darktable'

2020-06-18 Thread Terry Duell
Hello All,
I've recently noticed that when I select an image file and choose 'Open with
darktable', darktable doesn't open on screen as it does if I choose darktable
from the apps menu, instead it is added to the lower icon bar and does not
respond.
If I choose 'open with GIMP' that works as expected.
I'm running Fedora 32 and my current darktable build is release-3.1.0-2310-
g890bf49f0, but the issue hasn't been confined just to this latest build.
I suspect I'm simply missing something here, but not sure what or where to look.
Any help appreciated.

Cheers,
-- 
Terry Duell 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Darktable mac os version still crashing

2020-05-27 Thread Terry Duell

Hello Henkka,

On Thu, 28 May 2020 08:42:30 +1000, Henkka   
wrote:


Latest darktable (version 3.0.2) mac os (have mac os mojave) version  
still crashing when trying to open styles list.
It has done so in few earlier versions allready. Does tech savvy people  
have any answers why it's doing so?


I don't have the answer, but if you start dt from a terminal it may leave  
some helpful messages when crashes.



Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Using drawn mask with spot removal

2019-02-02 Thread Terry Duell

Hello All,
I'm having some difficulty figuring out how to use a drawn mask with spot  
removal.
When using a circle or ellipse mask, an identical circle or ellipse area  
for the doner area is displayed, but none seems to be available for the  
drawn mask...or at least I have yet to find a way of getting one.

Is there a way of defining a doner area when using a drawn mask?

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Bulk export without crop settings

2018-12-20 Thread Terry Duell
On Tue, 18 Dec 2018 03:57:35 +1100, William Ferguson  
 wrote:



Submitted PR 1908 to add style argument to darktable-cli.


Thanks for the update, I'll look out for in the repository, build and test  
when it turns up.

I have my script working OK, but have yet to really use it in anger.

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Bulk export without crop settings

2018-12-08 Thread Terry Duell

Hello Patrick,

On Sun, 09 Dec 2018 13:18:43 +1100, Patrick Shanahan   
wrote:


Thanks for your advice.



backup your xmp files,
  run a script to remove the crop information from the xmp files
  import the images into a temporary library
  export the images
  remove the temp library
  replace the altered xmp files from backup



This leads me to a couple of questions.
Is there a reference manual for the xmp files, detailing the syntax?
Looking at an xmp file I don't see any reference to 'crop', but I do see  
'clipping'.
Is 'clipping' what I'm looking for, and is it enough to simply set  
'enabled=0'?


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Bulk export without crop settings

2018-12-08 Thread Terry Duell

Hello All,
I have a few thousand family photographs, all shot in raw and processed in  
darktable.
What I would like to do is pass these on to family members as jpg, with  
all the darktable processing with the exception of crop settings.
I have experimented with calling darktable-cli from a bash script, and  
that provides an easy way of doing the export to a nominated path, but it  
does so utilising the current crop settings for each image.
If I exclude the .xmp files from the list passed to the bash script the  
exports are uncropped but have none of the other darktable post processing.
Is there a relatively simple way of excluding any crop settings whilst  
keeping all other PP for each individual image?


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Posting large files to mailing lists

2018-05-06 Thread Terry Duell
One way to "deal with it" is to make all the other mailing list users  
aware of how inconsiderate and rude you are.
I don't have any desire to have an ongoing argument about this, other than  
to try to make you aware, and understand, that posting large files to a  
mailing list is bad mailing list etiquette.


On Mon, 07 May 2018 08:55:53 +1000, Henri Turpeenoja  
<henri.turpeen...@gmail.com> wrote:


Well thats how it goes.  Useless to bitch about something totally  
illusive.

Just deal with it.

ma 7. toukokuuta 2018 klo 1.50 Terry Duell <tdu...@iinet.net.au>  
kirjoitti:



On Mon, 07 May 2018 08:42:16 +1000, Henri Turpeenoja
<henri.turpeen...@gmail.com> wrote:

> Well remove 'em if they are "too big".
>

That doesn't prevent them arriving in my inbox.
Attaching large files to a mailing list is bad etiquette.
Not everyone needs or wants to receive it, which is why a link is a
preferred option if a small file cannot be used.



--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] What steps to take to get this cat look right

2018-05-06 Thread Terry Duell
On Mon, 07 May 2018 05:05:39 +1000, Henkka <henri.turpeen...@gmail.com>  
wrote:



I used tone curve to increase black n' mids as shown in the picture.


Surely it's not necessary to attach a 6.8MB screenshot image.
Either reduce the size to something acceptable for attachment to a mailing  
list, or post a link to the file.

I note you made three posts with large attachments, 6.8, 6.8 and 6.2MB.


--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] how do I

2018-02-13 Thread Terry Duell
On Wed, 14 Feb 2018 08:44:32 +1100, Terry Duell <tdu...@iinet.net.au>  
wrote:


On Tue, 13 Feb 2018 22:25:10 +1100, Tobias Ellinghaus <m...@houz.org>  
wrote:




https://wiki.panotools.org/Enfuse clearly states that enfuse does NOT  
create HDR files.




Yes, and there has been some semantic arguments about that.
I can't argue with the wiki, I'd simply suggest trying the 'HDR' option  
in hugin to see if the result suits.




I've been relying on my memory for this discussion, and thought it best I  
check if I have been getting my story correct.

Unfortunately my memory has been a bit deficient.
Hugin provides choices for outputs, which include;
Exposure fused from stacks, which uses enfuse, and,
High dynamic range, which uses enblend.
Sorry for any confusion.

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] how do I

2018-02-12 Thread Terry Duell
On Tue, 13 Feb 2018 11:54:50 +1100, Terry Duell <tdu...@iinet.net.au>  
wrote:



On Tue, 13 Feb 2018 10:10:17 +1100, thokster <thoks...@gmail.com> wrote:


Am 12.02.2018 um 13:51 schrieb Robert Krawitz:

On Sun, 11 Feb 2018 20:45:45 -0800, Robert Bieber wrote:

If you shot these on a tripod, you can select them both in the light
table view and click the HDR button.  If it's handheld, I don't
think Darktable can really do that level of compositing. You'll need
to manually align them in Gimp or something similar and mask the sky
appropriately

Hugin would be a better option for at least the alignment part of that.


On 02/11/2018 06:46 PM, Michael wrote:
What steps should I take to put the underexposed sky on the other  
picture?


What about using this?

https://www.multimedia4linux.de/index.php/bildbearbeitung/darktable/darktable-plugin-enfuse-professional



The advantage of using hugin/enfuse is that all that as part of the  
process hugin will align the images.


Sorry, having trouble with the keyboard this morning.
What I meant to say was...

The advantage of using hugin/enfuse is that as part of the process, hugin  
will align the images.


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] how do I

2018-02-12 Thread Terry Duell

On Tue, 13 Feb 2018 10:10:17 +1100, thokster <thoks...@gmail.com> wrote:


Am 12.02.2018 um 13:51 schrieb Robert Krawitz:

On Sun, 11 Feb 2018 20:45:45 -0800, Robert Bieber wrote:

If you shot these on a tripod, you can select them both in the light
table view and click the HDR button.  If it's handheld, I don't
think Darktable can really do that level of compositing. You'll need
to manually align them in Gimp or something similar and mask the sky
appropriately

Hugin would be a better option for at least the alignment part of that.


On 02/11/2018 06:46 PM, Michael wrote:
What steps should I take to put the underexposed sky on the other  
picture?


What about using this?

https://www.multimedia4linux.de/index.php/bildbearbeitung/darktable/darktable-plugin-enfuse-professional



The advantage of using hugin/enfuse is that all that as part of the  
process hugin will align the images.


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] how do I

2018-02-12 Thread Terry Duell
On Tue, 13 Feb 2018 09:05:34 +1100, Terry Duell <tdu...@iinet.net.au>  
wrote:


On Tue, 13 Feb 2018 08:59:15 +1100, Tobias Ellinghaus <m...@houz.org>  
wrote:




I can't find any option to make enblend write HDR files. How can that  
be done?


Go to the Stitcher tab of Hugin and select 'High Dynamic Range", Enblend  
does the work.


Correction, I think it is actually Enfuse that is used to create HDR from  
a set of input images with varying exposure.

Enfuse is part of the Enblend package.

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] how do I

2018-02-12 Thread Terry Duell

On Tue, 13 Feb 2018 08:59:15 +1100, Tobias Ellinghaus <m...@houz.org> wrote:



I can't find any option to make enblend write HDR files. How can that be  
done?


Go to the Stitcher tab of Hugin and select 'High Dynamic Range", Enblend  
does the work.


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] how do I

2018-02-12 Thread Terry Duell

On Tue, 13 Feb 2018 02:27:09 +1100, Anders Lund <and...@alweb.dk> wrote:


mandag den 12. februar 2018 13.51.38 CET skrev Robert Krawitz:

On Sun, 11 Feb 2018 20:45:45 -0800, Robert Bieber wrote:
> If you shot these on a tripod, you can select them both in the light
> table view and click the HDR button.  If it's handheld, I don't
> think Darktable can really do that level of compositing. You'll need
> to manually align them in Gimp or something similar and mask the sky
> appropriately

Hugin would be a better option for at least the alignment part of that.


And Hugin is using align_image_stack, which is available as a  
commandline tool as well ;)



...and has Enblend, which will do exposure blending and create HDR, in  
fact Hugin will do the lot for you.



--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Setting a default export filename

2017-10-20 Thread Terry Duell

Hello Patrick,

On Sat, 21 Oct 2017 14:45:03 +1100, Patrick Shanahan <p...@opensuse.org>  
wrote:



* Terry Duell <tdu...@iinet.net.au> [10-20-17 23:24]:

In times gone by, my recollection is that the export filename was
$(FILE_FOLDER)/Darktable_export/$(FILE_NAME).
I recently had cause to manually select an export destination, and since
then I have had to manually set the export filename.
Does anyone know if there is a way of automatically setting the export
filename, as above, when needed?
I have perused the manual and settings, but not seen anything that  
helps.


my choice is:  $(FILE_FOLDER)/DrkTbl/$(FILE_NAME)
and is set in the export module on a line just below "target storage"  
when

"file on disk" option is selected.

raw images exist in "$(FILE_FOLDER)
directory "DrkTbl" is created if is does not exist when an image is
"exported"
"$(FILE_NAME)" is the image file name sans extension, in my case ".nef".



Thanks, I know that, perhaps I didn't explain myself clearly.
My question is relates to the fact that if I manually change to a  
different export filename, whatever $(FILE_FOLDER) I then work in I have  
to manually change the export  filename back to  
$(FILE_FOLDER)/Darktable_export/$(FILE_NAME). There doesn't seem to be a  
default that one can simply select from a menu, it all has to be typed in  
char by char, everytime you change your working folder.


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Setting a default export filename

2017-10-20 Thread Terry Duell
In times gone by, my recollection is that the export filename was  
$(FILE_FOLDER)/Darktable_export/$(FILE_NAME).
I recently had cause to manually select an export destination, and since  
then I have had to manually set the export filename.
Does anyone know if there is a way of automatically setting the export  
filename, as above, when needed?

I have perused the manual and settings, but not seen anything that helps.

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Basecurve question

2017-04-10 Thread Terry Duell

Helo Hans,

On Mon, 10 Apr 2017 21:19:18 +1000, Hans Vanpee <h...@vanpee.fr> wrote:


Hi Terry,

I still see the basecurve module in the master branch (pulled and  
compiled

this morning). Are you sure you have it enabled under "more modules"?



Basecurve doesn't appear in my list of "more modules".

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Basecurve question

2017-04-10 Thread Terry Duell

Hello All,
I've been running builds of the current git master for a while now, and  
have just noticed that things have changed.
I don't see a basecurve module anymore and neither can I find one in the  
presets.
Is there any way now of controlling the basecurve that is applied or  
finding out what that is?


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Pixel Shift Support

2017-01-09 Thread Terry Duell
On Tue, 10 Jan 2017 05:26:06 +1100, Romano Giannetti  
<romanof...@rgtti.com> wrote:


[snip]

I think that the best strategy for now would be to use the proprietary  
sw to obtain an high depth TIFF (or DNG) and then use that with  
darktable... it seems quite a hefty task to do!



...or use dcrawps to process the pixelshift images as you require, and  
export a TIFF.


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] 2.2.x for Fedora?

2017-01-02 Thread Terry Duell
On Tue, 03 Jan 2017 03:55:54 +1100, Colin Adams <colinpaulad...@gmail.com>  
wrote:



Will 2.2.x become available in Fedora 25, or do I have to wait for Fedora
26 (or compile it myself)?



That most probably depends on Fedora packagers.
Building it yourself is a simple matter.
If you need help in doing that please contact me off list and I'll give  
you some help to get you started.



Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] How to avoid a halo

2016-12-04 Thread Terry Duell
On Sun, 04 Dec 2016 20:16:50 +1100, johannes hanika <hana...@gmail.com>  
wrote:



heya,

i'm glad you asked :) i suppose you can try using the bilateral filter
smoothing in the current shadows/highlights module, use some
parametric blending based on the sky colours, or try something with
the equalizer (that uses an edge-aware algorithm).

however, i also have a module in very experimental stage with a simple
slider that should `just work'. so if you have any particularly
challenging samples for me to test this on that would be great!



Well, I'm glad your replied!
That sounds like it's just what the doktor ordered.
I'll have a snoop through my archive to see if I can find any samples for  
you.



Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] How to avoid a halo

2016-12-03 Thread Terry Duell

Hello All,
A lot of my photography is of birds and often the bird is shot against a  
bright sky.

Decreasing highlights often results in a visible halo.
Are there any ways of avoiding this?

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Re: Export problem

2016-10-15 Thread Terry Duell
On Sat, 15 Oct 2016 19:40:07 +1100, Johann Spies <johann.sp...@gmail.com>  
wrote:



I had no reaction.  So I registered as a user on redmine, but there is no
option to me to create a new issue.  So I am again posting it here.


It would be much more courteous to post a link to the files, e.g. to  
Dropbox or similar, rather than attach the files to a post to the mailing  
list.

Not everyone needs or wants to get the attachments.

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] A better starting-point for Nikon RAW-files

2016-08-01 Thread Terry Duell

Hello Edgardo,

On Tue, 02 Aug 2016 04:10:22 +1000, Edgardo Hoszowski  
<edgardo.hoszow...@gmail.com> wrote:



Sure, see attached




The 'attached' that arrived here was 6.5 MB.
I'm not sure what others think, but in view it is bad etiquette to attach  
large files to posts to mailing lists, as everyone ends up getting a copy.
In my view the 'correct' approach is to provide a link to the file on  
Dropbox or similar.


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Re: How to get the most out of this image?

2016-05-12 Thread Terry Duell

Hello Steve,

On Thu, 12 May 2016 23:43:19 +1000, Steve <sfin...@yahoo.com> wrote:


Terry Duell <tduell@...> writes:



Hello All,
I am struggling get a reasonable result from post processing a  
particular

image.
I wonder if some of you expert DT users out there would be prepared to
have a look, and if you can achieve a satisfactory result, provide me  
with

your .xmp so I can learn a few things?
The image is a DNG out of a Pentax K-3 II, is 30MB, and available via
Dropbox at this link...

<https://www.dropbox.com/s/g9uzdq3a4xuur08/IMGP7333.DNG?dl=0>

Thanks for your help.

Cheers,


Below is my attempt.  I tried Fill Light for the first time ever (to  
bring

shadow detail out), along with Tone Curve (Low Contrast to bring out the
shadows some), and some manual exposure changes.

https://photos.google.com/search/_tra_/photo/AF1QipNY0mHUwaqftSgddibhG_tulypu
H2PeA-Kjmu5V



Thanks for trying, but Google Photos won't play with my normal browser  
(Opera), and when I try with Firefox it reckons I have to have an account!


Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] How to get the most out of this image?

2016-05-09 Thread Terry Duell

Hello All,
I am a bit overwhelmed.
I had 7 helpful responses to my request.
It has taken some time to go through them all and, where .xmp files were  
provided, try to compare the PP steps that were used to achieve the  
result. I'm still working through this.
Almost everyone managed to pull a good amount of detail out of the blacks  
resulting in a much better image.

Please excuse me not providing a detailed reply to each of you.
Thanks for taking the trouble with this, it has been helpful.
For the record, the bird is one of our Australian Robins, a Scarlet Robin.

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] How to get the most out of this image?

2016-05-09 Thread Terry Duell

Hello All,
I am struggling get a reasonable result from post processing a particular  
image.
I wonder if some of you expert DT users out there would be prepared to  
have a look, and if you can achieve a satisfactory result, provide me with  
your .xmp so I can learn a few things?
The image is a DNG out of a Pentax K-3 II, is 30MB, and available via  
Dropbox at this link...


<https://www.dropbox.com/s/g9uzdq3a4xuur08/IMGP7333.DNG?dl=0>

Thanks for your help.

Cheers,
--
Regards,
Terry Duell

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org