我必须运行一个过程,使用imagemagick将CMYK图像转换为RGB。像这样的php exec命令。
exec("/usr/bin/convert -verbose -density 300 -profile /var/www/html/pdf-cmyk/ISOnewspaper26v4.icc -profile /var/www/html/pdf-cmyk/AdobeRGB1998.icc '".$destination_path.$filename. "' '" .$destination_path.$filename .".jpg'");
我如何在AWS Lambda中做到这一点?