initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Noir & Blanc
; LongName should not exceed 31 caracters
LongName = Conversion en niveaux de gris
; Description should not exceed 79 caracters
Description = Ce LDV transforme une image couleur en niveaux de gris
; Here comes the language parameters dependencies
; No Parameters !
;[Parameter1]
;Name = Amplitude
;Type = 1
;MinValue = 1
;DefaultValue = 50
;MaxValue = 1000

View File

@@ -0,0 +1,50 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Gamma
; LongName should not exceed 31 caracters
LongName = Correction Gamma
; Description should not exceed 79 caracters
Description = Change le facteur Gamma sur les composantes rouge, vert, bleu
; Here comes the language parameters dependencies
[Parameter1]
Name = Rouge, Vert, Bleu
Type = 1
MinValue = 0
DefaultValue = 100
MaxValue = 200
[Parameter2]
Name = Rouge
Type = 1
MinValue = 0
DefaultValue = 100
MaxValue = 200
[Parameter3]
Name = Vert
Type = 1
MinValue = 0
DefaultValue = 100
MaxValue = 200
[Parameter4]
Name = Bleu
Type = 1
MinValue = 0
DefaultValue = 100
MaxValue = 200

View File

@@ -0,0 +1,38 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Inversion (XOR)...
; LongName should not exceed 31 caracters
LongName = Inversion bit a bit d'un raster
; Description should not exceed 79 caracters
Description = Ce LDV (exemple) inverse chaque bit de l'image raster
; Viennent maintenant les dependances pour les parametres
;[Parameter1]
;Name = Axe X
;Type = 1
;MinValue = -10
;DefaultValue = 1
;MaxValue = 10
;[Parameter2]
;Name = Axe Y
;[Parameter3]
;Name = Axe Z
;[Parameter4]
;Name = Axe T

View File

@@ -0,0 +1,50 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Luminosit<69>
; LongName should not exceed 31 caracters
LongName = Luminosit<69>
; Description should not exceed 79 caracters
Description = Change la luminosit<69> des composantes RVB
; Here comes the language parameters dependencies
[Parameter1]
Name = Rouge, Vert, Bleu
Type = 1
MinValue = 0
DefaultValue = 100
MaxValue = 200
[Parameter2]
Name = Rouge
Type = 1
MinValue = 0
DefaultValue = 100
MaxValue = 200
[Parameter3]
Name = Vert
Type = 1
MinValue = 0
DefaultValue = 100
MaxValue = 200
[Parameter4]
Name = Bleu
Type = 1
MinValue = 0
DefaultValue = 100
MaxValue = 200

View File

@@ -0,0 +1,29 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Pixelisation
; LongName should not exceed 31 caracters
LongName = Pixelisation
; Description should not exceed 79 caracters
Description = Pixelise une image (ou partie)
; Here comes the language parameters dependencies
[Parameter1]
Name = Puissance
Type = 1
MinValue = 2
DefaultValue = 4
MaxValue = 16

View File

@@ -0,0 +1,29 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Rotation
; LongName should not exceed 31 caracters
LongName = Rotation
; Description should not exceed 79 caracters
Description = Ce LDV effectue une rotation sur une image
; Here comes the language parameters dependencies
[Parameter1]
Name = Angle
Type = 1
MinValue = -180
DefaultValue = 0
MaxValue = 180

View File

@@ -0,0 +1,36 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Vagues sur X
; LongName should not exceed 31 caracters
LongName = Vagues en sinus sur l'axe X
; Description should not exceed 79 caracters
Description = Ce LDV g<>n<EFBFBD>re des vagues en sinus sur l'axe X
; Here comes the language parameters dependencies
[Parameter1]
Name = Amplitude
Type = 1
MinValue = 1
DefaultValue = 50
MaxValue = 1000
[Parameter2]
Name = Frequence
Type = 1
MinValue = 1
DefaultValue = 40
MaxValue = 1000

View File

@@ -0,0 +1,36 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Y-Perspective
; LongName should not exceed 31 caracters
LongName = Perspective sur l'axe Y
; Description should not exceed 79 caracters
Description = Ce LDV g<>n<EFBFBD>re une perspective sur l'axe Y
; Here comes the language parameters dependencies
[Parameter1]
Name = Angle-Y
Type = 1
MinValue = 0
DefaultValue = 0
MaxValue = 1000
[Parameter2]
Name = Profondeur
Type = 1
MinValue = 1
DefaultValue = 50
MaxValue = 100

View File

@@ -0,0 +1,36 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Vagues sur Y
; LongName should not exceed 31 caracters
LongName = Vagues en sinus sur l'axe Y
; Description should not exceed 79 caracters
Description = Ce LDV g<>n<EFBFBD>re des vagues en sinus sur l'axe Y
; Here comes the language parameters dependencies
[Parameter1]
Name = Amplitude
Type = 1
MinValue = 1
DefaultValue = 50
MaxValue = 1000
[Parameter2]
Name = Frequence
Type = 1
MinValue = 1
DefaultValue = 40
MaxValue = 1000

View File

@@ -0,0 +1,51 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Trou Noir
; LongName should not exceed 31 caracters
LongName = Trou Noir dans l'image!
; Description should not exceed 79 caracters
Description = Hommage a Stephen Hawking
; This section is only meant for bhole.ldv
; It controls symetry usage for black hole computations
; It should be faster to use symetry property but for
; Some reason, this is slower on Aranym, no idea why
; So on Aranym, better have 0 here
[Private]
UseSym=1
; Here comes the language parameters dependencies
[Parameter1]
Name = Rotation(V)
Type = 1
MinValue = 0
DefaultValue = 10
MaxValue = 500
[Parameter2]
Name = Centre X(%)
Type = 1
MinValue = 0
DefaultValue = 50
MaxValue = 100
[Parameter3]
Name = Centre Y(%)
Type = 1
MinValue = 0
DefaultValue = 50
MaxValue = 100

View File

@@ -0,0 +1,43 @@
; This is a basic INI file used
; To setup a language for a LDV
; Module for VISION 4.0 or older
; For example, if your module is
; Named SOGOOD.LDV, you should create
; SOGOOD.INI (default file, this may be the English version) in LDV folder
; SOGOOD.INI in the FRANCAIS folder for the French version
; SOGOOD.INI in the ENGLISH folder for the English version
; SOGOOD.INI in the SVENSKA folder for the Swedish version
; ... and so on ...
; Now you just have to fill in the ShortName, LongName and Description fields
; Note that VISION will search for the INI file associated to the LDV file
; In the folder defined by the language setup (same as in LANGUES folder)
[Informations]
; ShortName should not exceed 15 caracters
ShortName = Puzzle
; LongName should not exceed 31 caracters
LongName = Puzzle
; Description should not exceed 79 caracters
Description = Melange des blocs dans l'image
; Here comes the language parameters dependencies
[Parameter1]
Name = Diviseur sur X
Type = 1
MinValue = 1
DefaultValue = 10
MaxValue = 50
[Parameter2]
Name = Diviseur sur Y
Type = 1
MinValue = 1
DefaultValue = 10
MaxValue = 50
[Parameter3]
Name = Entropie
Type = 1
MinValue = 0
DefaultValue = 5
MaxValue = 50