Skip to content

Conversation

@stealthinu
Copy link

if param 'PDFtoImage' sets true and uploaded file is pdf, convert pdf to image by ImageMagick.
need ImageMagick and some CMYK icc file (ex: JapanColor2001Coated.icc) if need to convert CMYK pdf.

if param 'PDFtoImage' sets true and uploaded file is pdf, convert pdf to image by ImageMagick.
need ImageMagick and some CMYK icc file (ex: JapanColor2001Coated.icc) if need to convert CMYK pdf.
ImageMagick経由でgsを使いPDFを画像変換する場合、CMYK(0,0,0,0)と透明色で色の違いが出て問題だった。
またImageMagick経由のほうがパフォーマンスがだいぶ悪いというレポートもあった。
そのため、ImageMagickは使わずに直接gsコマンドを叩いて変換するようにした。
そのおかげでiccプロファイルを持たなくて良くなった。
Conflicts:
	Model/Behavior/UploadBehavior.php
	View/Helper/UploadHelper.php
@szajbus
Copy link
Owner

szajbus commented Jul 29, 2014

Thanks for contribution and sorry for a late reply. Could you update README as well, please?

…onvert_pdf_to_image

Conflicts:
	Model/Behavior/UploadBehavior.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants