04-03-2022

This commit is contained in:
2022-03-04 17:56:50 +01:00
parent e6fc2251ec
commit 5b45dc0863
70 changed files with 3189 additions and 673 deletions

View File

@@ -1,12 +1,11 @@
#### Paquet opkg
### Paquet opkg
Formats supportés:
```bash title="Formats supportés"
magick --version
identify --version
```bash
$ magick --version
$ identify --version
Version: ImageMagick 7.0.9-5 Q8 x86_64 2021-04-19 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
@@ -17,18 +16,18 @@ Delegates (built-in): freetype jng jpeg ltdl png tiff zlib
```bash
$ identify /volume1/web/IMG_0636.HEIC
identify /volume1/web/IMG_0636.HEIC
identify: NoDecodeDelegateForThisImageFormat `HEIC' @ error/constitute.c/ReadImage/562.
```
#### Paquet SynoCommunity
### Paquet SynoCommunity
Formats supportés:
```bash title="Formats supportés"
/usr/local/bin/magick --version
```bash
$ /usr/local/bin/magick --version
Version: ImageMagick 7.0.11-6 Q16 x86_64 2021-03-28 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
@@ -39,7 +38,8 @@ Delegates (built-in): bzlib fontconfig freetype heic jng jp2 jpeg lcms ltdl lzma
```bash
$ /usr/local/bin/identify /volume1/web/IMG_0636.HEIC
/usr/local/bin/identify /volume1/web/IMG_0636.HEIC
identify: UnableToOpenModuleFile '/var/services/homes/bruno/.config/ImageMagick/heic.la': No such file or directory @ warning/module.c/GetMagickModulePath/823.
identify: NoDecodeDelegateForThisImageFormat `HEIC' @ error/constitute.c/ReadImage/572.
```
@@ -47,24 +47,38 @@ identify: NoDecodeDelegateForThisImageFormat `HEIC' @ error/constitute.c/ReadIma
```bash
$ identify /volume1/web/IMG_0636.HEIC
identify /volume1/web/IMG_0636.HEIC
identify: DecoderNotActivated `/volume1/web/IMG_0636.HEIC' @ error/heic.c/ReadHEICImage/186.
```
https://unix.stackexchange.com/questions/96004/imagemagick-on-open-wrt-router-unabletoopenconfigurefile
```bash
$ /usr/local/bin/identify -list format
/usr/local/bin/identify -list format
Format Module Mode Description
-------------------------------------------------------------------------------
3FR DNG r-- Hasselblad CFV/H3D39II
3G2 VIDEO r-- Media Container
.../...
YCbCrA* YCbCr rw+ Raw Y, Cb, Cr, and alpha samples
YUV* YUV rw- CCIR 601 4:1:1 or 4:2:2
* native blob support
r read support
w write support
+ support for multiple images
```
#### Debug
### Debug
$ identify -debug configure -list configure
`identify -debug configure -list configure`
```bash
$ /usr/local/bin/identify -debug configure -list configure
/usr/local/bin/identify -debug configure -list configure
2021-07-10T09:22:23+00:00 0:00.001 0.000u 7.0.11 Configure identify[6366]: utility.c/ExpandFilenames/971/Configure
Command line: /usr/local/bin/identify {-debug} {configure} {-list} {configure}
2021-07-10T09:22:23+00:00 0:00.001 0.000u 7.0.11 Configure identify[6366]: configure.c/GetConfigureOptions/675/Configure
@@ -90,24 +104,16 @@ QuantumDepth Q16
identify: UnableToOpenConfigureFile `configure.xml' @ warning/configure.c/GetConfigureOptions/702.
```
Fichiers xml
```bash
```bash title="Fichiers xml"
/var/packages/imagemagick/target/etc/ImageMagick-7
```
### Mac / Homebrew
Homebrew
```
#/var/packages/imagemagick/target/lib/ImageMagick-7.0.11/modules-Q16HDRI/coders
```bash title="Homebrew"
# /var/packages/imagemagick/target/lib/ImageMagick-7.0.11/modules-Q16HDRI/coders
/usr/local/Cellar/imagemagick/7.1.0-2_1/lib/ImageMagick/modules-Q16HDRI
-rwxr-xr-x 1 bruno staff 1352 Jul 7 07:26 heic.la
-r--r--r-- 1 bruno staff 73432 Jul 7 07:26 heic.so