| Table of Contents ▸ List of Commands ▸ Reptorian's Commands ▸ rep_uniq_args | ◀ rep_concat_imgs_vals_uniq | rep_sug_args ▶ |
rep_uniq_args
Arguments:
- output_mode={ 0=status | 1=string_table_images | 2=str2imgs },randomize_str_pos={ 0=False | 1=True },sep,[arg0,arg1,...]
Description:
Deduplicate input strings. sep parameter is optional, and it defines how to separate a string.output_mode=0 returns the unique strings as a comma-separated list in
the status variable.
output_mode=1 outputs a string-table representation and returns the
length of the longest string in status variable.
output_mode=2 output image representation per strings
-- Details for output_mode=1 --
1) First image: concatenation of all unique strings.
2) Second image: for each string, [offset,length]
- channel 0: position of the string in the first image
- channel 1: length of the string.
3) Status is set to the length of the longest string.


Home
Download
News
Mastodon
Bluesky
X
Summary - 18 Years
Summary - 17 Years
Summary - 16 Years
Summary - 15 Years
Summary - 13 Years
Summary - 11 Years
Summary - 10 Years
Resources
Technical Reference
Scripting Tutorial
Video Tutorials
Wiki Pages
Image Gallery
Color Presets
Using libgmic
G'MIC Online
Community
Discussion Forum (Pixls.us)
GimpChat
IRC
Report Issue