• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Color Conversion Gone Bad in Mavericks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Color Conversion Gone Bad in Mavericks


  • Subject: Re: Color Conversion Gone Bad in Mavericks
  • From: Emmanuel LEVY <email@hidden>
  • Date: Thu, 20 Feb 2014 11:41:53 +0100

Did anyone try to have Smile handle that operation?

I can help with the script.

Best,
Emmanuel

On Feb 20, 2014, at 4:50 AM, Jon Rosen wrote:

> I've been using these scripts for years, running from FileMaker to convert PDFs to JPEGs. There are two scripts. The first one outputs 300 ppi and the second one outputs a file at 72 ppi. The 72 ppi script works as it always has. The JPEGs output by the 300 ppi script look like there's no red in the image. It works perfectly under OS X 10.8, but produces bizarre "redless" images under OS X 10.9. Does anyone know what the problem might be or have any ideas about how to fix it?
>
> Thanks,
>
> Jon
>
> set aFile to "xxxxx"
> --set posixInput to quoted form of POSIX path of aFile
> set posixInput to quoted form of aFile
> set posixOutput to quoted form of "yyyyy"
>
> do shell script "sips -s format jpeg -s formatOptions high -s dpiHeight 300 -s dpiWidth 300 -z 2550 3300" & " " & posixInput & " --out " & posixOutput
>
>
> set aFile to "xxxxx"
> --set posixInput to quoted form of POSIX path of aFile
> set posixInput to quoted form of aFile
> set posixOutput to quoted form of "yyyyy"
>
> do shell script "sips -s format jpeg -s formatOptions high -s dpiHeight 72 -s dpiWidth 72 -z 612 792" & " " & posixInput & " --out " & posixOutput
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden


  • Follow-Ups:
    • Re: Color Conversion Gone Bad in Mavericks
      • From: Christopher Stone <email@hidden>
References: 
 >Color Conversion Gone Bad in Mavericks (From: Jon Rosen <email@hidden>)

  • Prev by Date: Re: Color Conversion Gone Bad in Mavericks
  • Next by Date: Re: Color Conversion Gone Bad in Mavericks
  • Previous by thread: Re: Color Conversion Gone Bad in Mavericks
  • Next by thread: Re: Color Conversion Gone Bad in Mavericks
  • Index(es):
    • Date
    • Thread