質問編集履歴

1

convertコマンドのオプション設定理由について追記

2016/12/04 15:11

投稿

TakamiChie
TakamiChie

スコア59

title CHANGED
File without changes
body CHANGED
@@ -35,9 +35,13 @@
35
35
  > convert -density 150 -geometry 1240x1754 out.*.png out.pdf
36
36
  ```
37
37
 
38
+ convertコマンドのオプションについては、以下のサイト記事を参考にした値を設定しています。
39
+ * PDF→PNG画像変換時のオプション:[https://sites.google.com/site/infoaofd/Home/computer/unix-linux/command/imagemagikconvertkomandonotsukaikata](https://sites.google.com/site/infoaofd/Home/computer/unix-linux/command/imagemagikconvertkomandonotsukaikata)
40
+ * PNG画像→PDF変換時のオプション:[https://www.lbtora.net/imagemagick/20160111/](https://www.lbtora.net/imagemagick/20160111/)
41
+
38
42
  ###試したこと
39
43
  * 最後のconvertコマンドのgeometry指定を、縦横10ピクセルずつ減らし1230x1744!として実行→変化無し
40
- * 最後のconvertコマンドの直前に、mogrify -resize 99%x99% out.*.png→変化無し
44
+ * 最後のconvertコマンドの直前に、mogrify -resize 99%x99% out.*.png→画像自体の縮小は確認するも、出力データに変化無し
41
45
 
42
46
  ###補足情報
43
47
  * Windows 10 Home (Pro上でも同じ症状の発生を確認) Anniversary Update適用済み。