Essence for All

仕事用の備忘録

What's new

DICの末尾のs、pについて

末尾に「p」「s」のつく色番号は、以前のAdobe Photoshopのカラーパレットに収録されている、DICの色番号で、Photoshopのバージョンにより下記の2種類が存在します。

・DIC ○○○ p : プロセスカラー(CMYK)ベースのカラーパレット
・DIC ○○○ s : ソリッドカラー(Lab)ベースのカラーパレット

(補足)
Photoshopでは、従来、印刷において主流のCMYK ベースのカラーパレットを採用していましたがPhotoshop 7.0 以降からは Web などのディスプレイ上での使用を考慮し、より広い色再現を可能とするために、Lab ベースのカラーパレットを採用しています。

※DICの色見本帳で色を確認するには、の末尾「p」や「s」をとってご確認ください。



Word 2007以降、Excel 2007以降、PowerPoint 2007以降のファイルを正常にダウンロード

.htaccessで MINEタイプの設定を

Addtype application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx
Addtype application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx
Addtype application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx

本当はサーバー側でMINEタイプの設定をお願いしたところ
httpd.confに下記記述を追加する。
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx
AddType application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx




Powered by Movable Type