azemon
(Art Zemon)
August 9, 2023, 8:39pm
#1
I am trying to create a custom profile which will preset some of the Resize parameters in RT 5.9. Specifically, I would like to preset:
Resize on
Applies to cropped area
Specify bounding box of 3840 x 2160
I made the following profile but it is setting
Resize on
Applies to cropped area
Specify height of 3244 x 2160
[Version]
AppVersion=5.9
Version=349
[Vibrance]
Enabled=true
Pastels=30
Saturated=30
PSThreshold=0;75;
ProtectSkins=false
AvoidColorShift=true
PastSatTog=true
SkinTonesCurve=0;
[Resize]
Enabled=true
AppliesTo=Cropped area
Method=Lanczos
DataSpecified=3
Width=3840
Height=2160
AllowUpscaling=false
What should I change?
– Art Z.
1 Like
elGordo
(Gord)
August 10, 2023, 3:09am
#2
What are the dimensions of the uncropped image? Is the ratio of dimensions near 1.5?
azemon
(Art Zemon)
August 10, 2023, 3:40am
#3
I shoot Nikon so my images are 3:2. Why?
I want to apply this profile when I am going to crop the image 16:9 and export it for display on a 3840x2160 monitor
elGordo
(Gord)
August 10, 2023, 3:52am
#4
I’ve never used custom profiles in RT, so I was guessing that maybe the aspect ratio (3:2) was being retained and the size was being reduced to fit within the dimensions of the box you defined. With your confirmation of aspect ratio, it seems that this is what happened.
marter
(Martin Werner)
August 10, 2023, 5:53am
#5
i wonder, if you also activated “crop” for this. Since the original format is 3:2 but you are going to 16:9, you will need both: crop and resize.
given, the original format was 6032 to 3393 try this:
[Crop]
Enabled=true
X=0
Y=315
W=6032
H=3393
FixedRatio=true
Ratio=16:9
Orientation=As Image
Guide=Rule of thirds
azemon
(Art Zemon)
August 11, 2023, 4:05pm
#6
Turning on both crop and resize did the trick. Thank you, @marter
1 Like