Re: [darktable-devel] red crosses in picture

2015-01-25 Thread Markus Jung
This is most likely an artifact caused by a hotpixel. Did you change the demosaicing algorithm, i have not seen something like this before. Try to enable the hotpixel/deadpixel module, maybe you need to adjust the strength and threshold sliders. Regards, Markus Am 25.01.2015 um 13:50 schrieb Mat

Re: [darktable-devel] dt only shows black screen at start

2015-01-05 Thread Markus Jung
Am 05.01.2015 um 22:54 schrieb Francois Connetable: > ...Last check: it really has to do with some sort of sizeof(darktable_t) > call - if I reintroduce two int32_t variable with *any* name, the fix > still works. So, somewhere a piece of code assume that the size of > darktable_t is different than

[darktable-devel] usermanual: broken links in online version

2014-12-20 Thread Markus Jung
Hello folks, the online version of the user manual has broken links, because a ".php" suffix is appended to them. Apparently, this only happens to URIs ending with ".html". For example, the blend mode link pointing to the GIMP user manual > http://www.darktable.org/usermanual/ch03s02s06.html.php S

Re: [darktable-devel] bug ? in 1.6.0 release candidate 3

2014-12-01 Thread Markus Jung
Am 01.12.2014 um 21:23 schrieb Matthias Bodenbinder: > Thanks for the explanation. But this behaviour is not intuitive. Like with > any other module where the slider settings are stored in the preset I would > expect the same for the equalizer. > > What does it mean then when I apply my "clarity

Re: [darktable-devel] bug ? in 1.6.0 release candidate 3

2014-12-01 Thread Markus Jung
Not a bug. Old and busted. The mix slider just scales the settings, but is not stored by itself. Even if you return to the image or change the control points, mix is reset to 1.0 Regards, Markus Am 01.12.2014 um 20:42 schrieb Matthias Bodenbinder: > Hi > > I found an odd behaviour with the equa

Re: [darktable-devel] Imageop: variable length parameter blob?

2014-11-21 Thread Markus Jung
One slight hint: Did you look how "spot removal" stores its params? The requirements should be similar, if not identical. Regards, Markus (not a dt-dev) Am 21.11.2014 um 14:32 schrieb Marcello Perathoner: > I'm developing a liquify tool, see previous post. > > This tool needs to draw lines and c

Re: [darktable-devel] Selective profiled de-noising

2014-09-29 Thread Markus Jung
Am 29.09.2014 um 22:13 schrieb Colin Adams: > In the manual, section 3.2.4 Blending, sub-section drawn mask, it mentions > that there is a transition zone with gradual decay of opacity. I noticed > this effect. Is there away to control the decay rate (I want it to decay > very sharply)? 3.2.6 "Dra

Re: [darktable-devel] Selective profiled de-noising

2014-09-29 Thread Markus Jung
Am 29.09.2014 um 10:13 schrieb Colin Adams: > I don't think that's possible right now, is it? It is. You need two denoising instances configured to the different strength values you like. One instance using your drawn mask, the other instance using your drawn mask inverted. There is a button which

Re: [darktable-devel] [Darktable-users] Noise profile Nikon D610

2014-08-24 Thread Markus Jung
Hi Christian, the darktable devel mailinglist would be a better place. I forwarded your mail to it. Maybe you should bump the topic again in a few weeks if you do not receive any further reactions by a darktable-dev. Regards, Markus Am 24.08.2014 um 17:14 schrieb Christian touzé: > Hi, > I creat

Re: [darktable-devel] global compress history stack command?

2014-05-19 Thread Markus Jung
Am 19.05.2014 19:02, schrieb Mark Heieis: > > On 2014-05-18 01:44, Tobias Ellinghaus wrote: >> The history is just that -- a (very coarse) undo stack. It has no (real >> world) >> influence on the processing time of an image. > For my own clarity, if I had, for example, 4 exposure settings on the

Re: [darktable-devel] Small Bug report

2014-04-02 Thread Markus Jung
Hello Peter, thats a known issue which will be fixed in a future release if the internal scheduling has been rewritten. At moment there is no quick fix planned/possible (according to this list and freenode#darktable) Regards, Markus Am 02.04.2014 01:10, schrieb Peter Martischka / 马彼得: > Hi every

Re: [darktable-devel] export pictures does nothing

2014-03-08 Thread Markus Jung
Same applies to some other tasks like removing images: Not possible until the thumbnail rendering has been done. Regards, Markus Am 08.03.2014 16:05, schrieb Pascal Obry: > >>From time to time I cannot export a picture. I've tried to "debug" this > a bit today to understand what is going on. >

Re: [darktable-devel] folder moving/renaming support

2014-02-19 Thread Markus Jung
Am 19.02.2014 23:12, schrieb Patrick Shanahan: > Experimenting, I find "deleting" the "skull" images from a film-roll > causes the film-roll to "disappear". Does not work if the film roll is empty from the beginning ;) Normally, a film roll should remain until the last image has been deleted. You

Re: [darktable-devel] folder moving/renaming support

2014-02-19 Thread Markus Jung
Am 19.02.2014 22:33, schrieb Patrick Shanahan: > I have found film-strips at the original location but do not know if I > err'd by moving the files outside darktable. I am still changing workflow > due to program and equipment changes :^( For some reason, darktable sometimes leaves empty film ro

Re: [darktable-devel] folder moving/renaming support

2014-02-19 Thread Markus Jung
Am 19.02.2014 22:17, schrieb Rodolfo: > How does Darktable handle the situation when I move files or folders > around, or rename them? Bad idea. It will complain (show a skull icon if it can not access an image). To fix this: Remove the image from darktables database and reimport it. darktable wi

Re: [darktable-devel] Apply style ecrase history stack

2014-01-11 Thread Markus Jung
I can confirm the issue, but was not able to spot a pattern behind. It only happened sometimes for single images (but reproducible for those). I have discussed this with "Toast" in #darktable, he intented to create a bugreport but i did not find it. A few words regarding the issue: I appeared aft

Re: [darktable-devel] Spot Removal Question

2014-01-07 Thread Markus Jung
Am 07.01.2014 20:49, schrieb David Vincent-Jones: > It is just a thought but I would be interested to have other opinions. You got the 'non-destructive'-thing wrong. It means your RAW will *never* be modified (binary, at storage location). It does not say anything about the operations and manipula

Re: [darktable-devel] How to recover from a broken mask?

2014-01-07 Thread Markus Jung
Hello Pascal, so there are no cross-references from somewhere else to those entries in mask? I think about zombie-module-instances referring invalid shapes. I will try if i get hit by those problems again. For this particular picture i dropped the history stack completely and reconstructed the ap

Re: [darktable-devel] How to recover from a broken mask?

2014-01-07 Thread Markus Jung
I would like to bump this question up again before some work gets really lost. Anyone? Regards, Markus Am 25.12.2013 11:26, schrieb Markus Jung: > Hello together, > > i have played around with drawn masks and managed to make darktable > crash during editing. As consequence, the mask

[darktable-devel] How to recover from a broken mask?

2013-12-25 Thread Markus Jung
Hello together, i have played around with drawn masks and managed to make darktable crash during editing. As consequence, the mask list of the affected image contains masks which make darktable crash if i click at them, most likely because they refer to a module instance which has not been saved t

Re: [darktable-devel] Export task(s) disappear after LT->DR->LT switch

2013-12-12 Thread Markus Jung
Known issue. I have been told it will not be fixed too soon, and sure not in 1.4. Regards, Markus Am 12.12.2013 16:58, schrieb Moritz Moeller: > See subject. > > I select some images in LT, start export, open some image in DR, go back > to LT. > The export tasks are no longer visible but are sti

Re: [darktable-devel] Alter part of image

2013-10-02 Thread Markus Jung
git master supports masked editing. The 1.2.x-series supports "only" parametric masks, which is sufficient for many cases. Regards, Markus Am 02.10.2013 14:51, schrieb Ben Short: > Hi, > > I was watching this video http://www.youtube.com/watch?v=iKqd7R-v2qo and at > the end of it he uses Adobe C

Re: [darktable-devel] coloradjustment blending mode for tonal curve disables drawn musk

2013-09-02 Thread Markus Jung
Am 02.09.2013 21:35, schrieb Alexander Rabtchevich: > It has no sense. Of course it has. The problem is, to be really useful the lightness channel should be blended, too, but independent from the colour. The color adjustment blend mode is primary intended (at least as far as i know) to reduce the

Re: [darktable-devel] Pruning missing files...

2013-08-16 Thread Markus Jung
GIT contains "purge_non_existing_images.sh" in "tools". Regards, Markus Am 17.08.2013 06:06, schrieb Daniel J Blueman: > After I finish exporting pictures in darktable, I have a script which > archives the pictures, moving out the raw files, leaving a bunch of > missing file markers (skull image)

Re: [darktable-devel] Adjusting Exposure with slider

2013-06-11 Thread Markus Jung
Try a right click on the triangle, and you can adjust the exposure as exact as you never wanted to do. For me, steps of 0.1 EV are sufficient. Regards, Markus Am 11.06.2013 16:27, schrieb Christopher Evans: > Dear Sir/Madam, > > I was recently introduced to Darktable by a friend and am enjoying

Re: [darktable-devel] OpenCL question

2013-04-16 Thread Markus Jung
a bit complicated as I am running Bumblebee in an > effort to achieve good battery performance as well as having the ability > to use OpenCL as needed. > > My nvidia.icd appears to have not even been located in the correct > directory! > > David > On 13-04-16 08:46 PM, Marku

Re: [darktable-devel] OpenCL question

2013-04-16 Thread Markus Jung
pencl.so.304.88" Regards, Markus Am 16.04.2013 19:48, schrieb Markus Jung: > Those links do not exist at my system. > (Ubuntu 12.04 x64, same nvidia driver version) > > Regards, > Markus > > Am 16.04.2013 19:29, schrieb David Vincent-Jones: >> I have copies of the link

Re: [darktable-devel] OpenCL question

2013-04-16 Thread Markus Jung
Those links do not exist at my system. (Ubuntu 12.04 x64, same nvidia driver version) Regards, Markus Am 16.04.2013 19:29, schrieb David Vincent-Jones: > I have copies of the link libnvidia-opencl.so.1 located in both > /usr/lib/nvidia-current as well as in /usr/lib32/nvidia-current Both are >

Re: [darktable-devel] lensfun issue resolved

2013-03-17 Thread Markus Jung
Am 17.03.2013 13:28, schrieb Sebastian Kraft: > Am 17.03.2013 12:22, schrieb Ulrich Pegelow: >>> >>> The score field in the lens search result struct is documented in the >>> manual. So I think it is supposed to be used. The only missing thing is >>> a specification of the value range. >>> >>> Why

Re: [darktable-devel] distortion management

2013-01-04 Thread Markus Jung
Cool, one question: Does/Might this solve issue 8560? > http://www.darktable.org/redmine/issues/8560 Regards, Markus Am 04.01.2013 18:33, schrieb AlicVB: > Hi all, > As discussed with hanatos, I've created a new branch on the main repo > called "distort" > This branch in an implementation of d

Re: [darktable-devel] Darktable and XMP in exported files

2012-12-21 Thread Markus Jung
Am 21.12.2012 20:34, schrieb Pascal de Bruijn: > On Fri, Dec 21, 2012 at 8:00 PM, Tobias Ellinghaus wrote: >> Am Freitag, 21. Dezember 2012, 15:07:36 schrub Pascal de Bruijn: >>> Hi, >> >> Hi. >> >>> It seems that we are currently moving our XMP data verbatim into >>> exported files, even thought

Re: [darktable-devel] Feature request: WB eye dropper tool

2012-12-06 Thread Markus Jung
You can drag a box on any part of the image, but in case of a white area, this does not make any sense at all. How would you derive white balance coefficients from RGB 255,255,255? You can not do this properly if one of those values has been clipped Regards, Markus Am 06.12.2012 13:27, schri

[darktable-devel] Starting multiple exports runs them in parallel instead of sequentially

2012-12-02 Thread Markus Jung
Hello, i am a bit unsure if this is a bug or a "feature". Parallel exporting has been disabled (i tried both 0 and 1 for 'parallel_export') but starting multiple export jobs runs them in parallel. Well, i think this is not really the behaviour users expect, especially because it can easily drive t

Re: [darktable-devel] retina display support - and support of high-pixel-density-displays as a whole

2012-11-01 Thread Markus Jung
In theory, the DPI property provided by the display should allow applications to be scaled to be usable on all kinds of display. But in practice, not many applications are doing this scaling and even more worse, some desktop environments (at least gnome) overwrite the DPI value arbitrarily, breakin