Comments within a 'Script'
Posted: December 15th, 2018, 1:31 pm
...
Would it to be possible to add 'comments' within a script after an "end_image" and before the next "image index n" in a script? These comments would only be viewable when viewing/editing a script file with Notepad or BabelPad.
Perhaps a prefix/suffix notation where whatever is in between is ignored.
Example:
image index 4 caption ″Gaussian Blur″ saved_as ″″ saved_on ″″ parent 3 bypass 0 same_size 1 size_specific 0 breakpoint 0 n_inputs 0 n_masks 1 command ‴gaussian_blur 0 radius 20 threshold 255 what 0 amount 1 -1 0 0 ″Amount: ″ ″Mask″ display 1 sync_scroll 1‴
end_image
# A 20 radius Gaussian blur is added at 100% Amount. #
image index 5 caption ″Composite″ saved_as ″″ saved_on ″″ parent 4 bypass 0 same_size 1 size_specific 0 breakpoint 0 n_inputs 1 n_masks 2 command ‴composite 0 operation 3 alignment 0 nalign 0 label 1 overlay_color ffffff overlay_amount 1 -1 0 0 ″Overlay Amount:″ ″Overlay Mask″ amount 1 -1 0 0 ″Amount:″ ″Base Mask″ display 2 sync_scroll 1 auto_preview 1 ‴
input base_image 5 input_number 0 index 1 caption ″Overlay″
end_image
I would also like to be able to add comments before the beginning of the script:
# This is a Glow Effect originally suggested by TESchmitz in a 2004 'old' Message Board posting. #
script 1.0
color_management enabled 1 on_mismatch 0 acs_profile ″sRGB Color Space Profile.icm″ gray_acs_profile ″Gamma 2.2.icm″ wcs_profile ″sRGB Color Space Profile.icm″ gray_wcs_profile ″Gamma 2.2.icm″ monitor_curves_file ″″ monitor_curves_enabled 0
Something perhaps for the future. Currently, I am able to add comments after the scripts 'end' with no prefix/suffix notations.
...den...
Would it to be possible to add 'comments' within a script after an "end_image" and before the next "image index n" in a script? These comments would only be viewable when viewing/editing a script file with Notepad or BabelPad.
Perhaps a prefix/suffix notation where whatever is in between is ignored.
Example:
image index 4 caption ″Gaussian Blur″ saved_as ″″ saved_on ″″ parent 3 bypass 0 same_size 1 size_specific 0 breakpoint 0 n_inputs 0 n_masks 1 command ‴gaussian_blur 0 radius 20 threshold 255 what 0 amount 1 -1 0 0 ″Amount: ″ ″Mask″ display 1 sync_scroll 1‴
end_image
# A 20 radius Gaussian blur is added at 100% Amount. #
image index 5 caption ″Composite″ saved_as ″″ saved_on ″″ parent 4 bypass 0 same_size 1 size_specific 0 breakpoint 0 n_inputs 1 n_masks 2 command ‴composite 0 operation 3 alignment 0 nalign 0 label 1 overlay_color ffffff overlay_amount 1 -1 0 0 ″Overlay Amount:″ ″Overlay Mask″ amount 1 -1 0 0 ″Amount:″ ″Base Mask″ display 2 sync_scroll 1 auto_preview 1 ‴
input base_image 5 input_number 0 index 1 caption ″Overlay″
end_image
I would also like to be able to add comments before the beginning of the script:
# This is a Glow Effect originally suggested by TESchmitz in a 2004 'old' Message Board posting. #
script 1.0
color_management enabled 1 on_mismatch 0 acs_profile ″sRGB Color Space Profile.icm″ gray_acs_profile ″Gamma 2.2.icm″ wcs_profile ″sRGB Color Space Profile.icm″ gray_wcs_profile ″Gamma 2.2.icm″ monitor_curves_file ″″ monitor_curves_enabled 0
Something perhaps for the future. Currently, I am able to add comments after the scripts 'end' with no prefix/suffix notations.
...den...