Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 10/07/2018, à 17:13

mdu

[RESOLU] Gimp 2.8.16

Est-il possible d' imprimer les propriétés d' une image (Barre de menus de Gimp>>Image>>Propriétés de l' image)?
Merci pour votre aide.

Dernière modification par mdu (Le 11/07/2018, à 12:35)


System:Lenovo-G70-70 Kernel: 5.3.0-26-generic x86_64 bits: 64 Desktop: Cinnamon 4.4.8 Distro: Linux Mint 19.3 Tricia
Machine:Type Laptop LENOVO product: 80HW0011FR v: Lenovo G70-70
CPU:Dual Core model: Intel Core i5-4210U bits: 64 type: MT MCP
Graphics:Intel Haswell-ULT Integrated Graphics driver: i915.

Hors ligne

#2 Le 10/07/2018, à 18:10

lann

Re : [RESOLU] Gimp 2.8.16

Il est toujours possible de faire une impression écran

Hors ligne

#3 Le 10/07/2018, à 18:11

f.x0

Re : [RESOLU] Gimp 2.8.16

Bonjour mdu,

avec exiftool tu dois pouvoir le faire

exiftool fichier.png

pour toutes les options voir

man exiftool

et pour mettre le résultat d'une recherche sur ton Bureau de plusieurs fichiers .png dans un fichier texte recherchepng.txt
que tu peux imprimer ensuite :

find $HOME/Bureau -type f -name '*.png' -exec bash -c 'echo -e "\n$1\n"; exiftool "$1"' _ '{}' \; > recherchepng.txt

Dernière modification par f.x0 (Le 10/07/2018, à 18:14)


SOPI

Hors ligne

#4 Le 10/07/2018, à 19:42

mdu

Re : [RESOLU] Gimp 2.8.16

@lann
C' est ce qu j' ai fait.
@f.x0
J' ai installé exiftool.
La première commande :

exiftool DSCN2195.JPG
ExifTool Version Number         : 10.10
File Name                       : DSCN2195.JPG
Directory                       : .
File Size                       : 783 kB
File Modification Date/Time     : 2018:06:27 15:31:28+02:00
File Access Date/Time           : 2018:07:10 13:52:44+02:00
File Inode Change Date/Time     : 2018:07:10 13:21:05+02:00
File Permissions                : rw-r--r--
File Type                       : JPEG
File Type Extension             : jpg
MIME Type                       : image/jpeg
Exif Byte Order                 : Little-endian (Intel, II)
Image Description               : 
Make                            : NIKON
Camera Model Name               : E4100
Orientation                     : Horizontal (normal)
X Resolution                    : 300
Y Resolution                    : 300
Resolution Unit                 : inches
Software                        : E4100v1.0
Modify Date                     : 2018:06:27 13:31:29
Y Cb Cr Positioning             : Co-sited
Exposure Time                   : 1/405
F Number                        : 5.6
Exposure Program                : Program AE
ISO                             : 50
Exif Version                    : 0220
Date/Time Original              : 2018:06:27 13:31:29
Create Date                     : 2018:06:27 13:31:29
Components Configuration        : Y, Cb, Cr, -
Compressed Bits Per Pixel       : 2
Exposure Compensation           : 0
Max Aperture Value              : 2.8
Metering Mode                   : Multi-segment
Light Source                    : Unknown
Flash                           : Auto, Did not fire
Focal Length                    : 5.8 mm
Maker Note Version              : 2.00
Color Mode                      : Color
Quality                         : Normal
White Balance                   : Auto
Focus Mode                      : AF-S
Flash Setting                   : Normal
ISO Selection                   : Auto
Data Dump                       : (Binary data 494 bytes, use -b option to extract)
Compression                     : JPEG (old-style)
Warning                         : [minor] Suspicious PreviewIFD offset for YResolution
Preview Image Start             : 14921
Preview Image Length            : 19906
Image Adjustment                : Normal
Auxiliary Lens                  : Off
Manual Focus Distance           : undef
Digital Zoom                    : 1
AF Area Mode                    : Single Area
AF Point                        : Center
AF Points In Focus              : (none)
Scene Mode                      : 
Noise Reduction                 : Off
Scene Assist                    : 
Retouch History                 : None
Flash Info Version              : 
Image Stabilization             : 
AF Response                     : 
User Comment                    : 
Flashpix Version                : 0100
Color Space                     : sRGB
Exif Image Width                : 2288
Exif Image Height               : 1712
Interoperability Index          : R98 - DCF basic file (sRGB)
Interoperability Version        : 0100
File Source                     : Digital Camera
Scene Type                      : Directly photographed
Custom Rendered                 : Normal
Exposure Mode                   : Auto
Digital Zoom Ratio              : 0
Focal Length In 35mm Format     : 35 mm
Scene Capture Type              : Standard
Gain Control                    : None
Contrast                        : Normal
Saturation                      : Normal
Sharpness                       : Normal
Subject Distance Range          : Unknown
Thumbnail Offset                : 4608
Thumbnail Length                : 7004
Image Width                     : 2288
Image Height                    : 1712
Encoding Process                : Baseline DCT, Huffman coding
Bits Per Sample                 : 8
Color Components                : 3
Y Cb Cr Sub Sampling            : YCbCr4:2:2 (2 1)
Aperture                        : 5.6
Image Size                      : 2288x1712
Megapixels                      : 3.9
Preview Image                   : (Binary data 19906 bytes, use -b option to extract)
Scale Factor To 35 mm Equivalent: 6.0
Shutter Speed                   : 1/405
Thumbnail Image                 : (Binary data 7004 bytes, use -b option to extract)
Circle Of Confusion             : 0.005 mm
Field Of View                   : 54.4 deg
Focal Length                    : 5.8 mm (35 mm equivalent: 35.0 mm)
Hyperfocal Distance             : 1.21 m
Light Value                     : 14.6

Pour la seconde commande, j' ai bien un fichier "rechercheJPG.txt" sur le bureau mais il est vide.


System:Lenovo-G70-70 Kernel: 5.3.0-26-generic x86_64 bits: 64 Desktop: Cinnamon 4.4.8 Distro: Linux Mint 19.3 Tricia
Machine:Type Laptop LENOVO product: 80HW0011FR v: Lenovo G70-70
CPU:Dual Core model: Intel Core i5-4210U bits: 64 type: MT MCP
Graphics:Intel Haswell-ULT Integrated Graphics driver: i915.

Hors ligne

#5 Le 10/07/2018, à 21:28

f.x0

Re : [RESOLU] Gimp 2.8.16

C"est normal l"exemple donné fais une recherche dans ton Bureau
et uniquement les fichiers png.

si tu veux chercher dans un autre répertoire
il faut l'indiquer dans la commande
par exemple dans Images :

find $HOME/Images -type f -name '*.png' -exec bash -c 'echo -e "\n$1\n"; exiftool "$1"' _ '{}' \; > $HOME/Bureau/recherchepng.txt

ou dans /usr/share/backgrounds :

find /usr/share/backgrounds -type f -name '*.png' -exec bash -c 'echo -e "\n$1\n"; exiftool "$1"' _ '{}' \; > $HOME/Bureau/recherchepng.txt

et si tu veux chercher des jpeg, remplaces .png par .jpg ou .jpeg ou .jp*g


SOPI

Hors ligne

#6 Le 11/07/2018, à 12:35

mdu

Re : [RESOLU] Gimp 2.8.16

@f.x0
Merci pour les explications.
Çà fonctionne.
J' ai fait un autre essai, je me suis mis dans le repertoire où sont stockées les photos, j' ai ouvert la Konsole et exécuté la cde :

/Mes images/cognac$ find -type f -name '*.JPG' -exec bash -c 'echo -e "\n$1\n"; exiftool "$1"' _ '{}' \; > rechercheJPG.txt

.
Même résultat.
Je mets en RESOLU.


System:Lenovo-G70-70 Kernel: 5.3.0-26-generic x86_64 bits: 64 Desktop: Cinnamon 4.4.8 Distro: Linux Mint 19.3 Tricia
Machine:Type Laptop LENOVO product: 80HW0011FR v: Lenovo G70-70
CPU:Dual Core model: Intel Core i5-4210U bits: 64 type: MT MCP
Graphics:Intel Haswell-ULT Integrated Graphics driver: i915.

Hors ligne