You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localfunctionCleanSpaces(text) --removes spaces from the front and back of passed in text
@@ -222,25 +219,28 @@ local function DoBatch(prog_table, images, output_arg)
222
219
-- Copy program arguments
223
220
fork, vinpairs(prog_table) doprog[k] =vend
224
221
localout_path=''
225
-
localsmallest_id=math.huge
222
+
localsmallest_id_n=math.huge
226
223
localsmallest_name=''
227
-
locallargest_id=0
224
+
locallargest_id_n=-1
225
+
locallargest_id=''
228
226
localsource_raw= {}
229
227
localimage_files= {}
230
228
for_,imageinipairs(images) do--loop to concat the images string, also track the image indexes for use in creating the final image name (eg; IMG_1034-1037.dng)
0 commit comments