Retourner au contenu associé (entrée de forum : Modifications images)
Posté par Frédéric Perrin (site web personnel) le 04 février 2010 à 16:55. En réponse au message Modifications images. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: re
Posté par Frédéric Perrin (site web personnel) . En réponse au message Modifications images. Évalué à 2.
frlanw0f03384:/tmp/a$ file *
Blue-5_4.jpg: JPEG image data, JFIF standard 1.02
fossil.png: PNG image data, 128 x 128, 8-bit/color RGB, non-interlaced
pattern-clouds.svg: XML 1.0 document text
frlanw0f03384:/tmp/a$ for I in *; do convert -resize 40% $I little_$I; done
convert: no image vector graphics `little_pattern-clouds.svg'.
frlanw0f03384:/tmp/a$ file *
Blue-5_4.jpg: JPEG image data, JFIF standard 1.02
fossil.png: PNG image data, 128 x 128, 8-bit/color RGB, non-interlaced
little_Blue-5_4.jpg: JPEG image data, JFIF standard 1.01
little_fossil.png: PNG image data, 51 x 51, 16-bit/color RGB, non-interlaced
pattern-clouds.svg: XML 1.0 document text
Bon, convert a buté sur le fichier SVG, il a dit qu'il ne savait pas comment le gérer et n'a rien fait. C'est pas le comportement qui t'intéresse ?