Things you want to improve in ART?

Salut Paul ! Indeed I forgot to mention that my solution 1 crops inside the image. But most often, a few pixels cropped form the border will still work, unless you’re used to have razor precision in your shot framing.
Solution 2 is what I’d use, like Alberto said, it has the advantage of being usable in batch. Oh, and you can also add a drop shadow effect:

#!/bin/bash

d=$(mktemp -d)

ART-cli --progress -f -s -Y -j -o "$d" -c "$@" 2>"$d/error" |
zenity --width=500 --progress --auto-close --text="Adding border..."

for i in $d/*.jpg; do
	convert "$i" -strip -bordercolor white -border 3%x2%  \( +clone -background black -shadow 80x30+30+20 \) +swap -background white -layers merge +repage -set filename:f "[destination/folder]/%t_border.%e" +adjoin "%[filename:f]"
done

rm -rf "$d"

Example:

I have 2 user commands, one for portrait and one landscape orientation.

2 Likes

This is all I need, thanks a lot mate :100:

1 Like

Improve noise reduction if possible.
Also add astronomical noise reduction, as in DT.

1 Like

I’d love to have a favourites tab :slightly_smiling_face:

3 Likes

At Thermopylae, Leonidas has been - allegedly, but yes, most certainly and successfully - using RawTherapee’s mighty set of Lab Adjustments as a final touch-up before the battle, while Xerxes was completely stuck and paralysed by the useless green/magenta curve.

But no, I will not even mention this here.

The 21th century art of photography might depend on a single unfortunate decision, but I will not even mention this.

This feels mean spirited and unnecessary.

3 Likes

Sorry, it was meant to be an exercise in exaggeration, but really does not look well. Not at all. Will try to remove.

Baned myself for two weeks, thank you and be well.

There is something I find a little strange. I use a lot the move files to another directory feature which is now hidden in the rename menu. However, the folder that is implicitly set is the last folder I used to move files. I would expect it to be set to the folder where the files currently are.

By default, could the next picture be displayed directly in full screen, even the former was cropped ? Idem after a simple rotation for the same picture ?

1 Like

In the “Local Processing” group, “Color/Tonal Correction” module:
There are the following sliders:

  • Highlights/Gain
  • Shadows/Unblock
  • Midtones/Gamma
  • Pivot

Increasing the light, even modestly, creates a slightly grayish whiteness, a sort of haze, particularly on parts of the image in darker areas.

Perhaps adding the “Exposure Compensation” slider within the “Color/Tonal Correction” module would avoid this grayish, hazy effect and allow masks to be created directly with exposure.

1 Like

In the Local Adjustments tab, would it be possible to have a button to open/close the big chromatic wheel ? Reason : lot of us use more the masks with provided sliders or with CTL and therefore have to scroll a lot to go to the maks

Another Color/Tone Correction request…

When a new layer is created, it would be nice for the mask name (text) field to be focused by default. I always name layers so I can keep track of what I’m doing and having that field focused by default would be great.

Thanks.

Possible to add a couple more aspect ratios getting closer to Golden Mean than 16:10, like 13:8, 21:13, 34:21?

Thanks.

In case people didn’t know, you can easily enter any aspect ratio you want:

1 Like

By the way, information for those interested
Since GIMP 3.2 RC1 we can open raw with ART

1 Like

Have your tried? How does GIMP find the plugin? I’ve installed both GIMP 3.2 RC1 and ART on MacOS, but GIMP does find any plugin for raw import.

Edit => Preferences => Import and Export Images at the bottom of the Plugin.
Select the item => First and Confirm OK

Nice. Is there a way to add our own custom ratios to the list provided?

Not that I’m aware of.

Not really an improvement, but is it possible to add an option to apply dither before exporting to integer formats 8 or 16bit ?