1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-10 23:41:35 +00:00

Call DHGRRGB version 1.0

This commit is contained in:
David Schmenk 2025-01-01 11:44:29 -08:00
parent 08fcd3a986
commit 516752c285

View File

@ -688,6 +688,7 @@ def rgbImportExport(rgbfile, dhgrfile)#0
fin
end
puts("DHGRRGB V. 1.0\n")
arg = argNext(argFirst)
if ^arg
while ^(arg + 1) == '-'
@ -799,5 +800,5 @@ if ^arg
fin
return 0
fin
puts("Usage: DHGRRGB [-B#] [-D] [-E#] [-G#] [-M] [-P<I,E,S,N>] [-R] [-S#] [-T#] [-U<R,G,B>#] RGBFILE [DHGRFILE]\n")
puts("Usage: DHGRRGB [-B#] [-D] [-E#] [-G#] [-M<N,C,P>] [-P<I,E,S,N>] [-R] [-S#] [-T#] [-U<R,G,B>#] [-V] RGBFILE [DHGRFILE]\n")
done