[ImageMagick] Où voir les réglages par défauts de certaines options ?

Où voir les réglages par défauts de certaines options ? [ImageMagick] - Logiciels - Linux et OS Alternatifs

Marsh Posté le 13-11-2012 à 12:39:42    

Salut,
 
je souhaite changer le contraste d'une photo avec ImageMagick mais je ne trouve nul par les réglages de base ou actuels pour l'option  "-level" :
 
la doc dit ceci :

Citation :


-level <value>
    adjust the level of image contrast
 
    Give three point values delineated with commas: black, mid, and white (e.g. 10,1.0,65000). The white and black points range from 0 to MaxRGB and mid ranges from 0 to 10.  


 
J'aimerai bien connaître les valeurs actuelles de mon image pour savoir avec quelles valeurs je peux "m'amuser", parce que là j'y vais à tâton et c'est pas très drôle; j'obtiens de drôles de trucs...
 
Quelqu'un sait à quoi correspond "MaxRGB" et où on peut connaître cette info ?
 
;)
 
 
------------
 
Je profite du thread pour poser une deuxième question, toujours concernant ImageMagick :
 
Je ne sais pas très bien comment tout ça fonctionne... Je pense que ce logiciel (ImageMagick) a ses propres librairies ? Vous confirmez ? Ou pas ?
 
S'ensuit une question plus générale : les logiciels comme Gimp et Cie, qui traitent les images en tant que "matrices de pixels" (contrairement au vectoriel), est-ce qu'ils sont basés sur ImageMagick ou sur des librairies communes ? Ou est-ce qu'ils ont aussi tout un tas de fonction pré-construites qui leur sont propres ?  
 
:jap:
Merci beaucoup !!


---------------
Hergestellt in der Schweiz.
Reply

Marsh Posté le 13-11-2012 à 12:39:42   

Reply

Marsh Posté le 13-11-2012 à 14:29:34    

Okay... salut moi-même :o
 
J'ai trouvé ça qui pourrait t'aider :
 

Citation :


-brightness-contrast brightness
-brightness-contrast brightness{xcontrast}{%}}
Adjust the brightness and/or contrast of the image.  
 
Brightness and Contrast values apply changes to the input image. They are not absolute settings. A brightness or contrast value of zero means no change. The range of values is -100 to +100 on each. Positive values increase the brightness or contrast and negative values decrease the brightness or contrast. To control only contrast, set the brightness=0. To control only brightness, set contrast=0 or just leave it off.
 
You may also use -channel to control which channels to apply the brightness and/or contrast change. The default is to apply the same transformation to all channels.
 
Brightness and Contrast arguments are converted to offset and slope of a linear transform and applied using -function polynomial "slope,offset".
 
The slope varies from 0 at contrast=-100 to almost vertical at contrast=+100. For brightness=0 and contrast=-100, the result are totally midgray. For brightness=0 and contrast=+100, the result will approach but not quite reach a threshold at midgray; that is the linear transformation is a very steep vertical line at mid gray.
 
Negative slopes, i.e. negating the image, are not possible with this function. All achievable slopes are zero or positive.
 
The offset varies from -0.5 at brightness=-100 to 0 at brightness=0 to +0.5 at brightness=+100. Thus, when contrast=0 and brightness=100, the result is totally white. Similarly, when contrast=0 and brightness=-100, the result is totally black.
 
As the range of values for the arguments are -100 to +100, adding the '%' symbol is no different than leaving it off.


 
Par contre, chose très étrange ; cette fonction n'apparait pas dans la doc de convert ...
Si quelqu'un sait pourquoi ?!


---------------
Hergestellt in der Schweiz.
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed