work on doc
This commit is contained in:
		
							parent
							
								
									09daaba943
								
							
						
					
					
						commit
						c87f70c5f2
					
				| @ -2,3 +2,4 @@ | |||||||
| 
 | 
 | ||||||
| Ugly software born around 1995 on a MS-Dos 286 computer. | Ugly software born around 1995 on a MS-Dos 286 computer. | ||||||
| 
 | 
 | ||||||
|  | Look at the `Makefile` for no more explanations. | ||||||
|  | |||||||
| @ -1,18 +1,48 @@ | |||||||
| # Tools | # Tools | ||||||
| 
 | 
 | ||||||
| Pour utiliser toutes ces fonction, il y a une collection d'utilitaires | Pour utiliser toutes ces fonctions, il y a une collection d'utilitaires | ||||||
| spécialisés.  | spécialisés. Leur interface en `CLI` est assez rudimentaire, mais la | ||||||
|  | plupart savent donner quelques indices avec la commande `list`. Exemple: | ||||||
|  | 
 | ||||||
|  | ``` | ||||||
|  | tth@konrad:~/Devel/libtthimage$ tga_filtres list | ||||||
|  | *** tga_filtres v 0.0.17 [0.59] (dwtfywl) TontonTh 2018 | ||||||
|  | 
 | ||||||
|  | Usage: | ||||||
|  |         tga_filtres <src.tga> FILTR <dst.tga> [p1] ... [pn] | ||||||
|  | -+- This is the `tthimage' library v0.4.50 (dwtfywl 2022) tTh | ||||||
|  |   commande  | type arg |  explication | ||||||
|  | ------------+----------+------------------------------------ | ||||||
|  |  liss2x2    |          |  lissage 2x2 | ||||||
|  |  hipass     |          | | ||||||
|  |  lopass     |          | | ||||||
|  |  prewitt    | i        |  rotation [0..8] | ||||||
|  |  random     | ii       |  try it... | ||||||
|  | ``` | ||||||
|  | La colonne du milieu undique le type des paramètres : | ||||||
|  | 
 | ||||||
|  | - `i` pour un nombre entier | ||||||
|  | - `d` pour un flottant en double précision | ||||||
|  | - `s` pour une chaine, ex: un nom de fichier | ||||||
|  | - `f` pour un flag : 0, F, 1, T | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| ## genplot2 |  | ||||||
| 
 | 
 | ||||||
| ## tga_applymap | ## tga_applymap | ||||||
| 
 | 
 | ||||||
| ## tga_cadre | ## tga_cadre | ||||||
| 
 | 
 | ||||||
|  | Pas mal de façons de mettre un cadre sur l'image. | ||||||
|  | Niveau de kitchitude assez élevé. | ||||||
|  | 
 | ||||||
| ## tga_combine | ## tga_combine | ||||||
| 
 | 
 | ||||||
| ## tga_dither | ## tga_dither | ||||||
| 
 | 
 | ||||||
|  | ## tga_export | ||||||
|  | 
 | ||||||
|  | Attendu avec impatience, il aura le support complet des PNG. | ||||||
|  | 
 | ||||||
| ## tga_effects | ## tga_effects | ||||||
| 
 | 
 | ||||||
| ## tga_equalize | ## tga_equalize | ||||||
| @ -33,4 +63,15 @@ spécialisés. | |||||||
| 
 | 
 | ||||||
| ## tga_tools | ## tga_tools | ||||||
| 
 | 
 | ||||||
|  | Celui ci est très utile pour la recherche de problèmes ou l'automatisation | ||||||
|  | de certaines tâches. Exemple : | ||||||
|  | 
 | ||||||
|  | ``` | ||||||
|  | tth@konrad:~/Devel/libtthimage$ tga_tools getdimweb mire.tga  | ||||||
|  | width=512 height=512 | ||||||
|  | tth@konrad:~/Devel/libtthimage$  | ||||||
|  | ``` | ||||||
|  | 
 | ||||||
|  | ## genplot2 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 tth
						tth