透過網頁讀取Photoshop PSD檔案內容

在專案中有需要透過網頁來讀取Photoshop PSD檔案的內部資訊,我們透過PSD.js備用載點)來實現這樣的功能,在官方提供的功能展示頁中,我們可以看到在頁面中只需引入psd.min.js後,加入透過少量的Javascript就可以針對PSD進行解析。

<!DOCTYPE html>
<html>
<head>
  <title>psd.js image example</title>
  <style type="text/css">
  body, html {
    padding: 0;
    margin: 0;
  }
  #dropzone {
    width: 500px;
    height: 100px;
    border: 1px #ababab dashed;
    margin: 50px auto;
  }
  #dropzone p {
    text-align: center;
    line-height: 100px;
    margin: 0;
    padding: 0;
  }
  #image {
    text-align: center;
  }
  </style>
  <script type="text/javascript" src="psd.min.js"></script>
</head>
<body>
  <div id="dropzone">
    <p>Drop here</p>
  </div>
  <div id="image"></div>
  <pre id="data"></pre>
  <script type="text/javascript">
  (function () {
    var PSD = require('psd');
    document.getElementById('dropzone').addEventListener('dragover', onDragOver, true);
    document.getElementById('dropzone').addEventListener('drop', onDrop, true);
    function onDragOver(e) {
      e.stopPropagation();
      e.preventDefault();
      e.dataTransfer.dropEffect = 'copy';
    }
    function onDrop(e) {
      e.stopPropagation();
      e.preventDefault();
      PSD.fromEvent(e).then(function (psd) {
        var data = JSON.stringify(psd.tree().export(), undefined, 2);
        document.getElementById('data').innerHTML = data;
        document.getElementById('image').appendChild(psd.image.toPng());
      });
    }
  }());
  </script>
</body>
</html>

我們透過下圖這樣的一個PSD檔案對頁面進行測試,檔案中共有三個圖層,包含一個文字圖層。

頁面將PSD分析出結果後,以json格式顯示在頁面上,可以看到文字圖層的部分,不僅能讀到圖層名稱也包含文字內容和字型名稱。

{
  "children": [
    {
      "type": "layer",
      "visible": true,
      "opacity": 1,
      "blendingMode": "normal",
      "name": "Photoshop Text",
      "left": 302,
      "right": 723,
      "top": 90,
      "bottom": 128,
      "height": 38,
      "width": 421,
      "mask": {},
      "text": {
        "value": "THIS IS TEXT LAYER",
        "font": {
          "name": "MyriadPro-Regular\u0000",
          "sizes": [
            53
          ],
          "colors": [
            [
              0,
              0,
              0,
              255
            ]
          ],
          "alignment": [
            "center"
          ]
        },
        "left": 0,
        "top": 0,
        "right": 0,
        "bottom": 0,
        "transform": {
          "xx": 1,
          "xy": 0,
          "yx": 0,
          "yy": 1,
          "tx": 513,
          "ty": 127
        }
      },
      "image": {}
    },
    {
      "type": "layer",
      "visible": true,
      "opacity": 1,
      "blendingMode": "normal",
      "name": "PSD Icon",
      "left": 287,
      "right": 738,
      "top": 209,
      "bottom": 669,
      "height": 460,
      "width": 451,
      "mask": {},
      "image": {}
    },
    {
      "type": "layer",
      "visible": true,
      "opacity": 1,
      "blendingMode": "normal",
      "name": "Background",
      "left": 0,
      "right": 1024,
      "top": 0,
      "bottom": 800,
      "height": 800,
      "width": 1024,
      "mask": {},
      "image": {}
    }
  ],
  "document": {
    "width": 1024,
    "height": 800,
    "resources": {
      "layerComps": [],
      "guides": [],
      "slices": []
    }
  }
}

You may also like...

21,526 Responses

  1. Jamesarill表示:

    http://cytotec.icu/# buy cytotec online

  2. BobbyPem表示:

    http://nolvadex.fun/# tamoxifen joint pain

  3. StevenZen表示:

    nolvadex price: tamoxifen endometrium – tamoxifen 20 mg tablet

  4. Brucevaf表示:

    buy doxycycline 100mg: doxycycline prices – buy doxycycline 100mg

  5. DavidFrels表示:

    Abortion pills online: buy cytotec over the counter – buy cytotec over the counter

  6. BobbyPem表示:

    https://doxycyclinebestprice.pro/# buy doxycycline cheap

  7. Brucevaf表示:

    cheap zithromax pills: where to get zithromax over the counter – zithromax 250 mg pill

  8. DavidFrels表示:

    tamoxifen premenopausal: tamoxifen for gynecomastia reviews – tamoxifen moa

  9. Qrexkv表示:

    buy sleeping pills online uk melatonin for sale online

  10. BobbyPem表示:

    https://nolvadex.fun/# tamoxifen dosage

  11. Brandonjat表示:

    lisinopril 25mg tablets lisinopril sale zestril 10 mg tablet

  12. DavidFrels表示:

    tamoxifen premenopausal: tamoxifen reviews – tamoxifen alternatives premenopausal

  13. BobbyPem表示:

    https://lisinoprilbestprice.store/# lisinopril 10 mg canada

  14. Jamesarill表示:

    http://nolvadex.fun/# tamoxifen side effects forum

  15. DavidFrels表示:

    10 mg lisinopril tablets: cheap lisinopril – generic drug for lisinopril

  16. Brandonjat表示:

    lisinopril pill zestril 10 mg price in india 25 mg lisinopril

  17. BobbyPem表示:

    http://cytotec.icu/# cytotec buy online usa

  18. Jamesarill表示:

    https://zithromaxbestprice.icu/# how to get zithromax online

  19. It’s very good Qemtex Powder Coatings. I recommend!

  20. DavidFrels表示:

    tamoxifen hip pain: how to get nolvadex – tamoxifen and uterine thickening

  21. sitemap表示:

    I’m not certaain tthe place you’re gettijng your info, however great topic.
    I ust soend sime tjme learning much mote orr figurig out more.
    Thannks for excelldnt information I usxed tto bbe loking forr thhis info for mmy mission.

  22. BobbyPem表示:

    https://zithromaxbestprice.icu/# buy zithromax online australia

  23. Brucevaf表示:

    lisinopril canada: lisinopril medicine – lisinopril tabs 20mg

  24. DavidFrels表示:

    zestril pill: lisinopril metoprolol – otc lisinopril

  25. StevenZen表示:

    zestril 30mg generic: lisinopril 25 mg tablet – zestril drug

  26. Лучшая Порошковая краска от производителя. Доставка в любую точку мира.

  27. sitemap.xml表示:

    It iss appropriate time to make some plsns foor tthe future and it is time to bbe happy.
    I’ve rea thks pot aand iif I coulkd I wiwh too suggest you sopme interesting thiings
    or tips. Perhaps yoou can wwrite next articles refedrring tto this article.
    I want tto read even more things about it!

  28. sitemap表示:

    Haviong read this I believed itt was ratrher enlightening.
    I apprecite yyou taking the time aand energty to pput thi short article
    together. I onhce again find myseelf spending a signiificant amount oof time bboth reeading annd leaving comments.
    But so what, it wwas stilll worth it!

  29. 1wincasiLiZgt表示:

    Это официальный сайт 1Вин.

  30. Timothyket表示:

    where to buy prednisone without prescription: prednisone pak – buy prednisone from canada

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。