Warning, /documentation/digikam-doc/locale/fr/LC_MESSAGES/supported_materials/image_formats.po is written in an unsupported language. File is not indexed.

0001 #
0002 msgid ""
0003 msgstr ""
0004 "Project-Id-Version: Digikam Manual 8.0.0\n"
0005 "Report-Msgid-Bugs-To: \n"
0006 "POT-Creation-Date: 2023-12-02 00:35+0000\n"
0007 "PO-Revision-Date: 2022-12-29 18:31+0100\n"
0008 "Last-Translator: KDE Francophone <kde-francophone@kde.org>\n"
0009 "Language-Team: French <kde-francophone@kde.org>\n"
0010 "Language: fr\n"
0011 "MIME-Version: 1.0\n"
0012 "Content-Type: text/plain; charset=UTF-8\n"
0013 "Content-Transfer-Encoding: 8bit\n"
0014 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
0015 
0016 #: ../../supported_materials/image_formats.rst:1
0017 msgid "Image File Formats Supported by digiKam"
0018 msgstr ""
0019 
0020 #: ../../supported_materials/image_formats.rst:1
0021 msgid ""
0022 "digiKam, documentation, user manual, photo management, open source, free, "
0023 "learn, easy, JPEG, PNG, TIFF, PGF, RAW"
0024 msgstr ""
0025 
0026 #: ../../supported_materials/image_formats.rst:14
0027 msgid "Image Files"
0028 msgstr ""
0029 
0030 #: ../../supported_materials/image_formats.rst:16
0031 msgid "Contents"
0032 msgstr ""
0033 
0034 #: ../../supported_materials/image_formats.rst:19
0035 msgid "Introduction"
0036 msgstr ""
0037 
0038 #: ../../supported_materials/image_formats.rst:21
0039 msgid ""
0040 "digiKam relies on a number of libraries and support packages to load and "
0041 "save image formats. Which image formats are available will depend on the "
0042 "availability of these libraries on your system and, in some cases, on the "
0043 "way that those libraries have been compiled. On most distributions you will "
0044 "find that a wide range of image formats are viewable within digiKam."
0045 msgstr ""
0046 
0047 #: ../../supported_materials/image_formats.rst:23
0048 msgid ""
0049 "This dependence on other libraries means that it is not possible to give a "
0050 "definitive list of all of the formats that will be available on your system. "
0051 "At the very least JPEG, PNG, and TIFF should be available."
0052 msgstr ""
0053 
0054 #: ../../supported_materials/image_formats.rst:25
0055 msgid ""
0056 "digiKam only displays files that are in formats that it understands. It does "
0057 "this by looking at the file extension on the files and checking this against "
0058 "a predefined list. If the file extension is in the list digiKam will show "
0059 "the file in the Image View, provided the appropriate library is installed. "
0060 "You can change the list of file extensions that digiKam will accept; see :"
0061 "ref:`this configuration section <mime_types_settings>` for more details."
0062 msgstr ""
0063 
0064 #: ../../supported_materials/image_formats.rst:27
0065 msgid ""
0066 "Almost all digital cameras store photographs in one of two formats: JPEG or "
0067 "RAW. Many cameras enable you to select which of these formats to use. A full "
0068 "description of these formats can be found `at the Wikipedia <https://en."
0069 "wikipedia.org/wiki/Image_file_formats>`_. digiKam supports both of these "
0070 "formats."
0071 msgstr ""
0072 
0073 #: ../../supported_materials/image_formats.rst:30
0074 msgid "Still Image Compression"
0075 msgstr ""
0076 
0077 #: ../../supported_materials/image_formats.rst:32
0078 msgid ""
0079 "Image compression is the application of data compression schemes on digital "
0080 "images. It is done through reducing redundancy of the image data in order to "
0081 "be able to store or transmit data in an efficient form."
0082 msgstr ""
0083 
0084 #: ../../supported_materials/image_formats.rst:34
0085 msgid ""
0086 "Image compression can be lossy or lossless. Lossless compression methods are "
0087 "always preferred for their high preservation value for archival purposes "
0088 "before applying transformations like cropping, resizing, color corrections, "
0089 "etc. This is because lossy compression methods, especially when used at low "
0090 "bit rates, introduce compression artifacts. Lossy methods are suitable for "
0091 "natural images such as photos in applications where minor (sometimes "
0092 "imperceptible) loss of fidelity is acceptable to achieve a substantial "
0093 "reduction in file size. Lossy compression is good for image publishing on "
0094 "the Internet."
0095 msgstr ""
0096 
0097 #: ../../supported_materials/image_formats.rst:39
0098 msgid "JPEG"
0099 msgstr ""
0100 
0101 #: ../../supported_materials/image_formats.rst:41
0102 msgid ""
0103 "`Joint Photographic Experts Group <https://en.wikipedia.org/wiki/JPEG>`_ is "
0104 "a compressed format that trades some of the image quality to keep file sizes "
0105 "small. In fact, most cameras save their images in this format unless you "
0106 "specify otherwise. A JPEG image is stored using lossy compression, and you "
0107 "can vary the amount of compression. This allows you to choose between lower "
0108 "compression and higher image quality or greater compression and poorer "
0109 "quality. The only reason to choose higher compression is because it creates "
0110 "smaller files so you can store more images, and it's easier to send them by "
0111 "e-mail or post them on the Web. Most cameras give you two or three choices "
0112 "equivalent to good, better, best, although the names vary."
0113 msgstr ""
0114 
0115 #: ../../supported_materials/image_formats.rst:46
0116 msgid "JPEG 2000"
0117 msgstr ""
0118 
0119 #: ../../supported_materials/image_formats.rst:48
0120 msgid ""
0121 "`JPEG 2000 <https://en.wikipedia.org/wiki/JPEG_2000>`_ is an improvement "
0122 "intended to replace the older JPEG by the JPEG committee, introduced in "
0123 "2000. It provides for the same compression ratio with better (smoother) "
0124 "results compared to JPEG. The 2000 version has the option of being lossless "
0125 "if so specified in the settings. It supports metadata and 12 bits color "
0126 "depth."
0127 msgstr ""
0128 
0129 #: ../../supported_materials/image_formats.rst:53
0130 msgid "TIFF"
0131 msgstr ""
0132 
0133 #: ../../supported_materials/image_formats.rst:55
0134 msgid ""
0135 "`Tagged Image File Format <https://en.wikipedia.org/wiki/TIFF>`_ has been "
0136 "widely accepted and widely supported as an image format. Commonly, TIFF may "
0137 "be stored by the camera in uncompressed form or using a lossless compression "
0138 "algorithm (Deflate). It maintains higher image quality but at the expense of "
0139 "much larger file sizes. Some cameras let you save your images in this "
0140 "format, and it is a popular format because of its lossless compression "
0141 "algorithm. The problem is that the format has been altered by so many people "
0142 "that there are now 50 or more flavors and not all are recognizable by "
0143 "programs."
0144 msgstr ""
0145 
0146 #: ../../supported_materials/image_formats.rst:60
0147 msgid "PNG"
0148 msgstr ""
0149 
0150 #: ../../supported_materials/image_formats.rst:62
0151 msgid ""
0152 "`Portable Network Graphics <https://en.wikipedia.org/wiki/"
0153 "Portable_Network_Graphics>`_ is an image format that was developed as a "
0154 "replacement for a number of older, in the 1990's widely used, image file "
0155 "formats. It is a lossless format like TIFF but it is much more compact and "
0156 "saves disk space. Although your camera is unlikely to support PNG, some "
0157 "people like to convert their photographs to PNG as soon as they get them on "
0158 "their computer. Unlike JPEG, PNG images do not lose quality every time you "
0159 "re-encode them after modification. digiKam fully supports PNG images and the "
0160 "Batch Queue Manager can convert a batch of images from any supported format "
0161 "to PNG (and other formats) in one step."
0162 msgstr ""
0163 
0164 #: ../../supported_materials/image_formats.rst:64
0165 msgid ""
0166 "PNG is an extensible file format for the lossless, portable, well-compressed "
0167 "storage of raster images. PNG provides a patent-free replacement for GIF and "
0168 "can also replace many common uses of TIFF. PNG is designed to work well in "
0169 "on-line viewing applications, such as the World Wide Web, so it is fully "
0170 "streamable with a progressive display option. Also, PNG can store gamma and "
0171 "chromaticity data for improved color matching on heterogeneous platforms. "
0172 "PNG supports 8 and 16 bits / colors /pixels depth. It's the perfect file "
0173 "format to archive your photographs."
0174 msgstr ""
0175 
0176 #: ../../supported_materials/image_formats.rst:69
0177 msgid "PGF"
0178 msgstr ""
0179 
0180 #: ../../supported_materials/image_formats.rst:71
0181 msgid ""
0182 "`Progressive Graphics File <https://en.wikipedia.org/wiki/"
0183 "Progressive_Graphics_File>`_ is another not so known but open file image "
0184 "format. Wavelet-based, it allows lossless and lossy data compression. PGF "
0185 "compares well with JPEG 2000 but it was developed for speed (compression/"
0186 "decompression) rather than to be the best at compression ratio. At the same "
0187 "file size a PGF file looks significantly better than a JPEG one, while "
0188 "remaining very good at progressive display too. Thus it should be well-"
0189 "suited for photo archiving and **digiKam uses this format in database to "
0190 "store thumbnails**."
0191 msgstr ""
0192 
0193 #: ../../supported_materials/image_formats.rst:76
0194 msgid "WEBP"
0195 msgstr ""
0196 
0197 #: ../../supported_materials/image_formats.rst:78
0198 msgid ""
0199 "`Web Photo <https://en.wikipedia.org/wiki/WebP>`_ is an image file format "
0200 "developed by Google intended as a replacement for JPEG, PNG, and GIF file "
0201 "formats for the Internet uses. It supports both lossy and lossless "
0202 "compression as well as animation and alpha transparency. It supports "
0203 "metadata but colors depth is limited to 8 bits. WebP was first announced by "
0204 "Google in 2010 and produce files that were smaller than JPEG files for "
0205 "comparable image quality."
0206 msgstr ""
0207 
0208 #: ../../supported_materials/image_formats.rst:83
0209 msgid "HEIF"
0210 msgstr ""
0211 
0212 #: ../../supported_materials/image_formats.rst:85
0213 msgid ""
0214 "`High Efficiency Image File Format <https://en.wikipedia.org/wiki/"
0215 "High_Efficiency_Image_File_Format>`_ is a container format introduced in "
0216 "2015 for storing individual digital images and image sequences. The standard "
0217 "covers multimedia files that can also include other media streams, such as "
0218 "timed text, audio and video. HEIF can store images encoded with multiple "
0219 "coding formats, for example both SDR and HDR images. HEVC is an image and "
0220 "video encoding format and the default image codec used with HEIF. HEIF files "
0221 "containing HEVC-encoded images are also known as HEIC files. Such files "
0222 "require less storage space than the equivalent quality JPEG. HEIF support 12 "
0223 "bits color depth and metadata. This format have been adopted in 2017 to "
0224 "store images in Apple devices."
0225 msgstr ""
0226 
0227 #: ../../supported_materials/image_formats.rst:90
0228 msgid "AVIF"
0229 msgstr ""
0230 
0231 #: ../../supported_materials/image_formats.rst:92
0232 msgid ""
0233 "`AV1 Image File Format <https://en.wikipedia.org/wiki/AVIF>`_ is an open, "
0234 "royalty-free image file format specification introduced in 2019 for storing "
0235 "images or image sequences compressed with AV1 in the HEIF container format. "
0236 "It competes with HEIC, which uses the same container format built upon "
0237 "ISOBMFF, but HEVC for compression. AVIF showed better compression efficiency "
0238 "than JPEG as well as better detail preservation, fewer blocking artifacts "
0239 "and less color bleeding around hard edges in composites of natural images, "
0240 "text, and graphics. AVIF support 12 bits color depth and metadata."
0241 msgstr ""
0242 
0243 #: ../../supported_materials/image_formats.rst:97
0244 msgid "JXL"
0245 msgstr ""
0246 
0247 #: ../../supported_materials/image_formats.rst:99
0248 msgid ""
0249 "`JPEG XL <https://en.wikipedia.org/wiki/JPEG_XL>`_ is a royalty-free raster-"
0250 "graphics file format that supports both lossy and lossless compression. It "
0251 "is designed to outperform existing raster formats and thus become their "
0252 "universal replacement. JPEG XL is particularly optimised for responsive Web "
0253 "environments, so that content renders well on a wide range of devices. "
0254 "Moreover, it includes several features that help transition from the legacy "
0255 "JPEG format. JPEG XL was introduced at the end of 2020. JPEG XL support 16 "
0256 "bits color depth and metadata."
0257 msgstr ""
0258 
0259 #: ../../supported_materials/image_formats.rst:104
0260 msgid ""
0261 "Digital still image formats supports is provided by digiKam Loader Plugins. "
0262 "You can see a list of available plugins in **Plugins/Image Loaders** section "
0263 "from Setup dialog."
0264 msgstr ""
0265 
0266 #: ../../supported_materials/image_formats.rst:110
0267 msgid "The Image Loaders list from digiKam Setup dialog"
0268 msgstr ""
0269 
0270 #: ../../supported_materials/image_formats.rst:115
0271 #: ../../supported_materials/image_formats.rst:135
0272 msgid "RAW"
0273 msgstr ""
0274 
0275 #: ../../supported_materials/image_formats.rst:117
0276 msgid ""
0277 "Some, typically more expensive, cameras allow you to store images in RAW "
0278 "format. RAW format is not really an image standard at all. It is different "
0279 "for every make of camera. RAW format images contain all the data that is "
0280 "taken directly from the camera's image sensor before the software in the "
0281 "camera applies things like white balance, sharpening etc. Storing "
0282 "photographs in a camera's RAW format allows you to alter settings, such as "
0283 "white balance, after the photograph has been taken. Most professional "
0284 "photographers use RAW format, because it offers them maximum flexibility. "
0285 "The downside is that RAW image files can be very large indeed."
0286 msgstr ""
0287 
0288 #: ../../supported_materials/image_formats.rst:119
0289 msgid ""
0290 "If you want to learn more about RAW image format visit the very helpful "
0291 "guides `Wikipedia <https://en.wikipedia.org/wiki/Raw_image_format>`_, and "
0292 "`Cambridge in Colour <https://www.cambridgeincolour.com/tutorials/RAW-file-"
0293 "format.htm>`_. You can convert RAW format images into JPEG, PNG, or TIFF in "
0294 "digiKam using the :ref:`Image Editor <rawprocessing_workflow>` or the :ref:"
0295 "`Batch Queue Manager <raw_converter>`."
0296 msgstr ""
0297 
0298 #: ../../supported_materials/image_formats.rst:121
0299 msgid ""
0300 "digiKam supports RAW image loading only, relying on the `Libraw library "
0301 "<https://www.libraw.org/>`_ which is included in digiKam core and supports "
0302 "over **1000** RAW file formats. The table below shows a short list of camera "
0303 "RAW files supported by digiKam:"
0304 msgstr ""
0305 
0306 #: ../../supported_materials/image_formats.rst:124
0307 msgid "RAW File Format"
0308 msgstr ""
0309 
0310 #: ../../supported_materials/image_formats.rst:124
0311 msgid "Description"
0312 msgstr ""
0313 
0314 #: ../../supported_materials/image_formats.rst:126
0315 msgid "CRW, CR2, CR3"
0316 msgstr ""
0317 
0318 #: ../../supported_materials/image_formats.rst:126
0319 msgid "Canon digital camera RAW file formats"
0320 msgstr ""
0321 
0322 #: ../../supported_materials/image_formats.rst:127
0323 msgid "NEF, NRW"
0324 msgstr ""
0325 
0326 #: ../../supported_materials/image_formats.rst:127
0327 msgid "Nikon digital camera RAW file format"
0328 msgstr ""
0329 
0330 #: ../../supported_materials/image_formats.rst:128
0331 msgid "ORF, ORI"
0332 msgstr ""
0333 
0334 #: ../../supported_materials/image_formats.rst:128
0335 msgid "Olympus digital camera RAW file format"
0336 msgstr ""
0337 
0338 #: ../../supported_materials/image_formats.rst:129
0339 msgid "RAF"
0340 msgstr ""
0341 
0342 #: ../../supported_materials/image_formats.rst:129
0343 msgid "Fuji digital camera RAW file format"
0344 msgstr ""
0345 
0346 #: ../../supported_materials/image_formats.rst:130
0347 msgid "RWL"
0348 msgstr ""
0349 
0350 #: ../../supported_materials/image_formats.rst:130
0351 msgid "Leica camera RAW file format"
0352 msgstr ""
0353 
0354 #: ../../supported_materials/image_formats.rst:131
0355 msgid "PEF, PTX"
0356 msgstr ""
0357 
0358 #: ../../supported_materials/image_formats.rst:131
0359 msgid "Pentax digital camera RAW file format"
0360 msgstr ""
0361 
0362 #: ../../supported_materials/image_formats.rst:132
0363 msgid "X3F"
0364 msgstr ""
0365 
0366 #: ../../supported_materials/image_formats.rst:132
0367 msgid "Sigma digital camera RAW file format"
0368 msgstr ""
0369 
0370 #: ../../supported_materials/image_formats.rst:133
0371 msgid "DCR, KDC, DC2, K25"
0372 msgstr ""
0373 
0374 #: ../../supported_materials/image_formats.rst:133
0375 msgid "Kodak digital camera RAW file format"
0376 msgstr ""
0377 
0378 #: ../../supported_materials/image_formats.rst:134
0379 msgid "SRF, SR2, ARW, MRW, MDC"
0380 msgstr ""
0381 
0382 #: ../../supported_materials/image_formats.rst:134
0383 msgid "Sony/Minolta digital camera RAW file format"
0384 msgstr ""
0385 
0386 #: ../../supported_materials/image_formats.rst:135
0387 msgid "Panasonic, Casio, Leica digital camera RAW file format"
0388 msgstr ""
0389 
0390 #: ../../supported_materials/image_formats.rst:136
0391 msgid "DNG (CS1, HDR)"
0392 msgstr ""
0393 
0394 #: ../../supported_materials/image_formats.rst:136
0395 msgid "Adobe RAW file format (Digital Negative), Apple ProRAW"
0396 msgstr ""
0397 
0398 #: ../../supported_materials/image_formats.rst:137
0399 msgid "BAY"
0400 msgstr ""
0401 
0402 #: ../../supported_materials/image_formats.rst:137
0403 msgid "Casio RAW (Bayer)"
0404 msgstr ""
0405 
0406 #: ../../supported_materials/image_formats.rst:138
0407 msgid "ERF"
0408 msgstr ""
0409 
0410 #: ../../supported_materials/image_formats.rst:138
0411 msgid "Epson digital camera RAW file format"
0412 msgstr ""
0413 
0414 #: ../../supported_materials/image_formats.rst:139
0415 msgid "FFF, 3FR"
0416 msgstr ""
0417 
0418 #: ../../supported_materials/image_formats.rst:139
0419 msgid "Imacon/Hasselblad RAW format"
0420 msgstr ""
0421 
0422 #: ../../supported_materials/image_formats.rst:140
0423 msgid "RW2"
0424 msgstr ""
0425 
0426 #: ../../supported_materials/image_formats.rst:140
0427 msgid "Panasonic RAW file format"
0428 msgstr ""
0429 
0430 #: ../../supported_materials/image_formats.rst:141
0431 msgid "IIQ, CAP"
0432 msgstr ""
0433 
0434 #: ../../supported_materials/image_formats.rst:141
0435 msgid "Phase One digital camera Raw image format"
0436 msgstr ""
0437 
0438 #: ../../supported_materials/image_formats.rst:142
0439 msgid "RDC"
0440 msgstr ""
0441 
0442 #: ../../supported_materials/image_formats.rst:142
0443 msgid "Ricoh RAW format"
0444 msgstr ""
0445 
0446 #: ../../supported_materials/image_formats.rst:145
0447 msgid ""
0448 "If you want to know if your camera RAW file is supported by digiKam, go to :"
0449 "menuselection:`Help --> Supported RAW Cameras` dialog for details."
0450 msgstr ""
0451 
0452 #: ../../supported_materials/image_formats.rst:151
0453 msgid "List of RAW Camera Formats Supported in digiKam"
0454 msgstr ""
0455 
0456 #: ../../supported_materials/image_formats.rst:156
0457 msgid "Other Formats"
0458 msgstr ""
0459 
0460 #: ../../supported_materials/image_formats.rst:158
0461 msgid ""
0462 "digiKam relies on `ImageMagick <https://en.wikipedia.org/wiki/ImageMagick>`_ "
0463 "to support exotic still images when others modules fails to load file. This "
0464 "is the case for FITS astro-photo, JBIG, PhotoCD, FLIF, BPG, etc."
0465 msgstr ""
0466 
0467 #: ../../supported_materials/image_formats.rst:162
0468 msgid ""
0469 "We recommend also to read the chapter about the **file formats used for long "
0470 "time archiving**, from the :ref:`Digital Asset Management section "
0471 "<dam_fileformats>` in this manual."
0472 msgstr ""