This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
imagemagick [2018/10/26 19:18] jordan 创建 |
imagemagick [2023/03/08 16:09] (current) xujianglong ↷ Page moved from 内部资料:imagemagick to imagemagick |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ## png交错 | + | ===== png交错 |
- | ```bash | + | < |
convert -interlace Plane a.png a.png | convert -interlace Plane a.png a.png | ||
- | ``` | + | </ |
+ | |||
+ | |||
+ | ===== 图片转pdf ===== | ||
+ | |||
+ | <code bash> | ||
+ | convert *.jpg result.pdf | ||
+ | </ | ||
+ | |||
+ | 可能存在的错误信息: | ||
+ | |||
+ | 1. attempt to perform an operation not allowed by the security policy | ||
+ | |||
+ | 解决办法: | ||
+ | <code bash> | ||
+ | sudo vim / | ||
+ | # 将< | ||
+ | </ | ||
+ | |||
+ | 2. cache resources exhausted | ||
+ | |||
+ | 解决办法: | ||
+ | <code bash> | ||
+ | sudo vim / | ||
+ | # 将< | ||
+ | </ |