fmw42 wrote:If you are on an older version of IM, there perhaps there is a bug, if Photoshop says there is an embedded profile. Look in the Photoshop Color Settings Window. It should not say that there is an embedded color profile, but would give you an option to select that, if available.
My version of ImageMagick^
I am also using Photoshop CC 2015 16.1.1 in case that helps anything.
Microsoft Windows 10 Version 10.0.10586 (As earlier indicated by Command Prompt screen captures)
I neglected to mention (I'm sorry) I tried ( convert in.tif +profile "*" out.tif ) on a .tif file in addition to the .png file.
The PDN file opens directly & the import options in Photoshop don't show up for the file. (Which I assume is because the embedded profiles have been removed for that file?) However when I import the .tif file that I used the same command on as the PNG file Photoshop says it has an embedded profile.
I checked Photoshop's Edit>Color settings & made sure RGB, CMYK, Gray, Color Management Policies were all set to "Off".
I imported my .tif file to Photoshop & Camera Raw Filter's Camera Calibration tab informed me the Camera Profile of the image was still "Embedded":
Here is an example of a RAW file that I know doesn't have a camera profile embedded into it, & it gives the option of Adobe Standard or whatever other custom profile you happen to have on import:
I proceeded to import the .tif file regardless of the "Embedding" option & Photoshop produced a notice that informed me of an embedded profile in the file:
Does ( convert in.tif +profile "*" out.tif ) not work on .tif files..?
fmw42 wrote:Code: Select all
convert rose: rose.jpg
identify rose.jpg
I typed the command:
convert TIFTEST1: TIFTEST1.tif
identify TIFTEST1.tif
Into Command Prompt & image information result as you included in your reply didn't show up for me(The underscore is just blinking on/off):
fmw42 wrote:Code: Select all
Image: rose.jpg
Format: JPEG (Joint Photographic Experts Group JFIF format)
Mime type: image/jpeg
Class: DirectClass
Geometry: 70x46+0+0
Units: Undefined
Type: TrueColor
Endianess: Undefined
Colorspace: sRGB
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
Channel statistics:
Pixels: 3220
Red:
min: 31 (0.121569)
max: 255 (1)
mean: 145.56 (0.570825)
standard deviation: 69.1755 (0.271277)
kurtosis: -1.38839
skewness: 0.139004
entropy: 0.97057
Green:
min: 27 (0.105882)
max: 255 (1)
mean: 89.2478 (0.349991)
standard deviation: 52.4518 (0.205693)
kurtosis: 2.60493
skewness: 1.80795
entropy: 0.869718
Blue:
min: 21 (0.0823529)
max: 255 (1)
mean: 80.4214 (0.315378)
standard deviation: 54.9267 (0.215399)
kurtosis: 2.93861
skewness: 1.9566
entropy: 0.85334
Image statistics:
Overall:
min: 21 (0.0823529)
max: 255 (1)
mean: 105.077 (0.412065)
standard deviation: 59.311 (0.232592)
kurtosis: 1.24655
skewness: 1.44731
entropy: 0.897876
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Background color: white
Border color: srgb(223,223,223)
Matte color: grey74
Transparent color: black
Interlace: None
Intensity: Undefined
Compose: Over
Page geometry: 70x46+0+0
Dispose: Undefined
Iterations: 0
Compression: JPEG
Quality: 92
Orientation: Undefined
Properties:
date:create: 2016-01-21T16:57:50-08:00
date:modify: 2016-01-21T16:57:50-08:00
jpeg:colorspace: 2
jpeg:sampling-factor: 1x1,1x1,1x1
signature: be6949bb4b1b38e059e0bbe4e6265a850499898e453a32e8629f89db0d581b9b
Artifacts:
filename: rose.jpg
verbose: true
Tainted: False
Filesize: 2.65KB
Number pixels: 3.22K
Pixels per second: 322KB
User time: 0.000u
Elapsed time: 0:01.009
Version: ImageMagick 6.9.3-1 Q16 x86_64 2016-01-17 http://www.imagemagick.org
As I said earlier I don't know a shred of coding or anything clsoe to it, if the help pages could help me or if I knew the most basic amount of knowledge for anything regarding coding/programming for which I could use as a very very basic building block to then figure this stuff out on my own from the help pages & building my own commands, I would've done it already.
Because either I don't know what I'm doing in regards to understanding anything fundamental from the help pages what so ever to begin to grasp this to a very basic point (Very probable) or as you mentioned there might be a glitch (As far as I know my IM is the newest version, which if I downloaded the wrong one or an old one I'm sure you'd be able to verify either or), the lack of understanding seems more probable.
Which is why I'm here asking about it to grasp the most very fundamental taken-for-granted blocks of understanding towards this & not attempting putting any commands or anything together from the help pages myself (I did try that, but as I tried before with the command snibgo kindly provided but had 1 typo, all came up with errors/invalidity ect or like the command above simply didn't do anything to no avail).