Skip to main content
Participating Frequently
October 11, 2019
質問

How to check if Photoshop CC "Maximum Compatibility" is on or off for PSD files

  • October 11, 2019
  • 返信数 5.
  • 1193 ビュー

PhotoshopCCですでに保存済みのファイルに対して

“互換性を優先”の設定がオンかオフかを確認する方法はありますでしょうか?

 

“情報を見る”等で確認できたら助かるのですが見当たらず

アドバイスいただけますと幸いです。

 

 

{Thread title edited by moderator}

このトピックへの返信は締め切られました。

返信数 5

Stephen Marsh
Community Expert
Community Expert
October 14, 2019

Perhaps this will help?
 
https://community.adobe.com/t5/Photoshop/Script-or-Action-to-Batch-Determine-Transparency/m-p/9760703#M158660

 

or

 

https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/

 

Hex: 0x0421
Decimal: 1057
(Photoshop 6.0) Version Info. 4 bytes version, 1 byte  hasRealMergedData  Unicode string: writer name, Unicode string: reader name, 4 bytes file version.

Stephen Marsh
Community Expert
Community Expert
October 14, 2019

Perhaps best done in Adobe Bridge.

 

Also possible using ExifTool, as this is just a metadata entry.

 

Add an Adobe Bridge metadata Label - Review:

 

exiftool -overwrite_original -if '$HasRealMergedData eq "Yes"' -label='Review' 'DIR'

 

Add an Adobe Bridge metadata Rating - Five Stars:

 

exiftool -overwrite_original -if '$HasRealMergedData eq "Yes"' -rating='5' 'DIR'

 

Append a keyword "Maximize Compatibility On":

 

exiftool -overwrite_original -if '$HasRealMergedData eq "Yes"' -subject+='Maximize Compatibility On' 'DIR'

 

Or one could create a new folder and move the files, there are many options.

 

These commands are for the Mac OS, you would need to change the ' single quotes to " double quotes... And the double quotes to single quotes for Windows OS. Change 'DIR' to the file system path to the input folder.

silk-m
Community Expert
Community Expert
October 13, 2019

ご使用の OS はなんでしょう、例えば macOS 10.14 のファインダーの情報を見るではプレビューが以下のように表示されます。

単一レイヤーで背景がある場合はどちらか区別できません。

単一レイヤーで背景が無い場合は透明部分が黒くなるかならないかで区別できますが、透明部分がない場合には区別できません。

マルチレイヤで互換性をオフで保存した場合には真っ黒で画像が見えません。

 

--Susumu Iwasaki
fumi作成者
Participating Frequently
October 13, 2019
MacOSX 10.14.5 です
silk-m
Community Expert
Community Expert
October 14, 2019

Finder の「情報を見る」の場合、レイヤー 一つのみの画像では

「互換性の優先」をチェックしても透明な部分が黒く表示されるだけですので、画像によっては見分けが難しいと思います。

 

マルチレイヤーの画像では

「互換性の優先」にチェックしないと全く画像が表示されませんので、容易に見分けられると思います。

 

Macの「プレビュー」アプリで開いた時はこれと同じ表示になります。

 

「互換性の優先」にチェックしたかしないかを直接確認する方法は無いと思うのですが、psd に完全対応していないアプリで psd ファイルを開いた時の見え方が違うだけですので、Finder でのチェックで十分ではないかと思います。

 

--Susumu Iwasaki
davescm
Community Expert
Community Expert
October 11, 2019

If you have Lightroom installed try importing them. If they import and view OK then it is set

Dave

nikunj.m
Community Manager
Community Manager
October 11, 2019

Hi there,

 

We curretly do not have a way to check if the option for Maximum Compatibility for a file has been enabled or not.

 

You can check the article linked below to check further information on the option and how to keep it enabled always.

https://helpx.adobe.com/in/photoshop/using/file-formats.html#maximize_compatibility_for_psd_and_psb_files

 

If you feel this can be added a a feature, you can raise a feature request for it at the forum linked below. This forum is monitored by our developers and they can check if this can be added in a future release.

https://feedback.photoshop.com/photoshop_family?topic-list[settings][type]=idea

 

Regards,

Nikunj