Skip to content

Commit

Permalink
Auto-commit for release 3.3.4_pre
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Feb 9, 2024
1 parent e3fcc9f commit f9705e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/garry_osgood.gmic
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ fx_abn_preview:
_is_preview=1

# Require a 1:1 aspect preview image
-remove {s=2*min($_preview_width,$_preview_height)/2;[s,s]},1,3
-remove {s=2*min(${-gui_preview_wh})/2;[s,s]},1,3
-fx_abn $*

# ----------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions include/reptorian.gmic
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ else
);
started=1;
);
factors[x]=prod(prod_ref_values);
factors[x]=prod(prod_ref_values);
end(
merge(factors,+);
set('{}',v2s(sort(factors)));
Expand Down Expand Up @@ -21862,7 +21862,7 @@ fi

if $pal_method!=1
z $_preview_x0,$_preview_y0,$_preview_x1,$_preview_y1
r $_preview_width,$_preview_height,1,100%
r ${-gui_preview_wh},1,100%
fi

if $1309 num_of_colors+=1 fi
Expand Down Expand Up @@ -22050,7 +22050,7 @@ if $use_pal
rm.

z $_preview_x0,$_preview_y0,$_preview_x1,$_preview_y1
r $_preview_width,$_preview_height,1,100%
r ${-gui_preview_wh},1,100%

if $1
gui_split_preview "$_palette rep_transfer_color_reduced[^-1] :[-1],$_fx_rep_tcrc_dither,$1311,$1312,$1317,0,$_alpha_args rm.",${-3--1}
Expand Down

0 comments on commit f9705e1

Please sign in to comment.