Looking at your original, which is a tiff, which can be problematic, with identify -verbose
Image: 0060.sep.tif
Format: TIFF (Tagged Image File Format)
Class: DirectClass
Geometry: 813x1032+0+0
Resolution: 100x100
Print size: 8.13x10.32
Units: PixelsPerInch
Type: Grayscale
Base type: Grayscale
Endianess: MSB
Colorspace: RGB
Depth: 8-bit
Channel depth:
gray: 8-bit
Channel statistics:
Gray:
min: 0 (0)
max: 255 (1)
mean: 188.92 (0.740862)
standard deviation: 75.3128 (0.295344)
kurtosis: -0.449048
skewness: -0.928053
...
Rendering intent: Undefined
Interlace: None
Background color: white
Border color: rgb(223,223,223)
Matte color: grey74
Transparent color: black
Compose: Over
Page geometry: 813x1032+0+0
Dispose: Undefined
Iterations: 0
Compression: LZW
Orientation: TopLeft
Properties:
date:create: 2010-08-31T17:35:14-07:00
date:modify: 2010-08-30T11:02:48-07:00
signature: d2459898dc3e837f4526018dc0404e7b86d473ca9c5eaba3869e6cd030cc5677
tiff:endian: lsb
tiff:photometric: RGB
tiff:rows-per-strip: 5
Artifacts:
verbose: true
Tainted: False
Filesize: 889KB
Number pixels: 839K
Pixels per second: 1.353M
User time: 0.180u
Elapsed time: 0:01.619
Version: ImageMagick 6.6.3-10 2010-08-31 Q16
http://www.imagemagick.org
As the tiff is compressed, it may have to be decompressed. The other thing to keep in mind is that IM uses Ghostscript to make PDFs and that depends upon the device being used by Ghostscript. Some devices don't allow transparency and those that do may have other issues. I am not really an expert on this. So hopefully someone else may be able to explain.
One interesting thing is that IM reports MSB for the endian, but the tiff properties show LSB. I don't know what to make of that. Fortunately, there don't seem to be any profiles.
Exiftool reports
exiftool -s -ee -g1 -u -n -D 0060.sep.tif
---- ExifTool ----
- ExifToolVersion : 8.24
---- System ----
- FileName : 0060.sep.tif
- Directory : .
- FileSize : 889082
- FileModifyDate : 2010:08:30 11:02:48-07:00
- FilePermissions : 755
---- File ----
- FileType : TIFF
- MIMEType : image/tiff
- ExifByteOrder : II
---- IFD0 ----
254 SubfileType : 0
256 ImageWidth : 813
257 ImageHeight : 1032
258 BitsPerSample : 8 8 8
259 Compression : 5
262 PhotometricInterpretation : 2
273 StripOffsets : (Binary data 1395 bytes, use -b option to extract)
277 SamplesPerPixel : 3
278 RowsPerStrip : 5
279 StripByteCounts : (Binary data 1000 bytes, use -b option to extract)
282 XResolution : 100
283 YResolution : 100
284 PlanarConfiguration : 1
296 ResolutionUnit : 2
317 Predictor : 1
---- Composite ----
- ImageSize : 813x1032
But this does not tell me much more. Perhaps someone more experienced with exiftool can say if there is anything strange here.
It is also possible that PS does something extra to the data (gamma or brightness contrast, etc) before converting to PDF (or possibly on opening the file). Look for settings on your PS, especially with regard to PDF. I don't know if PS relies upon GS or not.
Good luck as I don't know what else to tell you.