透過網頁讀取PSD後,依圖層輸出PNG檔案

在前面介紹過網頁可以讀取PSD檔案並擷取到該檔案的資訊,接著我們會希望能透過網頁上傳PSD檔之後,依照圖層來輸出圖片,同樣是利用PSD.js來輔助進行,可以透過我們製作的範例頁面來進行輸出測試。

預設輸出效果


透過PSD.js可將PSD內的各圖層輸出成PNG圖檔,亦可轉成Base 64圖檔格式,惟輸出時每個圖檔的尺寸並不會根據整體PSD檔大小來配置。

圖層配置

Layer 1 (421 x 38)
Layer 2 (490 x 479)
Layer 3 (1024 x 800)

<!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 PSD here</p>
  </div>
  <div id="image"></div>
  <pre id="data"></pre>

  <script type="text/javascript">
  (function () {
    const 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) {
		for (var i = 0; i < psd.layers.length; i ++){
			document.getElementById('image').appendChild(psd.layers[i].image.toPng());
		}
      });
    }
	
  }());
  </script>
</body>
</html>

依照整體PSD配置進行輸出


我們希望讓每個圖片在輸出後能保時相同的尺寸,也就是依照PSD的畫布大小來輸出每一張圖檔,但在原生PSD.js中並不具備這樣的功能,於是我們透過下述的方式來達成:

  1. 擷取PSD資訊並將圖檔轉為Base 64格式
  2. 產生與PSD尺寸大小相同的HTML Canvas
  3. 將產生的Base 64圖檔,依照原始位置放入Canvas中
  4. 將Canvas轉成PNG圖檔
圖層配置
Layer 1 (1024 x 800)
Layer 2 (1024 x 800)
Layer 3 (1024 x 800)

可以參考我們製作的範例頁面

<!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 PSD here</p>
  </div>
  <div id="image"></div>
  <pre id="data"></pre>
  <script type="text/javascript">
  (function () {
    const 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) {
    const PSDWidth = psd.tree().width;
    const PSDHeight = psd.tree().height;
    for (var i = 0; i < psd.layers.length; i ++){
      const img = new Image();
      img.src = psd.layers[i].image.toBase64();
      console.log(psd);
      const layerWidth = psd.layers[i].width;
      const layerHeight = psd.layers[i].height;
      const layerLeft = psd.layers[i].left;
      const layerTop = psd.layers[i].top;
      
      const canvas = document.createElement("canvas");
      canvas.setAttribute('class', "canvas");
      canvas.width = PSDWidth;
      canvas.height = PSDHeight;
      console.log("canvas :", canvas);
      img.onload = function(){
        canvas.getContext("2d").drawImage(img, layerLeft, layerTop, layerWidth, layerHeight);
        document.getElementById('image').appendChild(canvas);
      }
    }
      });
    }
  
  }());
  </script>
</body>
</html>

PSD檔案輸出限制


1. 無法輸出帶有效果的圖片

在PSD中我們可能會針對圖層套用一些效果,例如:陰影、光暈、筆畫…等等,但在輸出後的圖檔將不會帶有這些效果。

圖層設定

解決方法:透過點陣化圖層效果,即可輸出相對應的圖檔。

2. 無法輸出帶有遮色片效果的圖片

圖層設定
Before
After

解決方法:將圖層轉為智慧型物件,即可輸出相對應的圖檔。

3. 無法依圖層混合模式輸出圖片

Layer 1
Layer 2
Layer 3
Layer 4

解決方法:無法解決

You may also like...

42,122 Responses

  1. who often need the most help,one,ラブドール エロ

  2. えろ 人形表示:

    This is not to be taken as joining God or a creator because the cosmic consciousness that Fenwick describes did not create the universe but is simply a property of it.ラブドール おすすめObviously,

  3. 人形 エロbut it is far more prevalent than it should be.The “S-word” (sex) is completely taboo in many,

  4. 高級 ラブドールquickly realized that touching and being touched by girls was not something they should readily report to parents as an activity “I did today that was really neat.” His was a “family affair” without his parents knowing until it was too late.

  5. Профессиональный сервисный центр по ремонту МФУ в Москве.
    Мы предлагаем: где можно отремонтировать мфу
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  6. 高級 オナホin families where emotions are suppressed,or conflict is avoided,

  7. ダッチワイフ“How come you came into the house without saying hello to me when you returned from work today?” “What were you thinking when you went silent just now?” “What do you hope to accomplish by Congress passing this law?”Repeat to yourself often the mantra Listen to learn.If you are listening to find what is wrong with what you are hearing,

  8. オナホ表示:

    Immediately drawn to the doll in the smart business suit? Orえろ 人形 does the computer geek with glasses seem more attractive to you?

  9. 中国 エロ表示:

    If immediate bathroom access is unavailable, quick,人形エロ pH-balanced cleansing wipes like Promescent Pre and Post Towels are a convenient choice.

  10. えろ 人形表示:

    ラブドール 中古of course,doesn’t work and further weakens already weak relationships.

  11. ラブドール 男Paradoxically,the very elements that furnish us with our sense of self are also those that prevent us from fulfilling our true promise and potential as human beings.

  12. RobertWAisa表示:

    best online pharmacies in mexico buying prescription drugs in mexico mexico drug stores pharmacies

  13. 人形 エロ表示:

    Individuals with this attachment style,ラブドール 男as the term implies,

  14. a little hand action.So can I honestly say that the treatment permanently changed our sex life?We haven’t been having sex more often—that one’s on us—but every time we have had sex,人形 エロ

  15. えろ 人形表示:

    ..He’s the kind of person you would cross the street to avoid.”The guy who didn’t want sex. “Dick K.,who is a client of my printer,ラブドール えろ

  16. 人形 エロ表示:

    one young boy was receptive to “girls visiting me,高級 ラブドールkissing me,

  17. ラブドール エロHaving said that,it is easy for men to be accused of imposing a double standard when it comes to female sexuality: It’s fine for men to be sexually promiscuous.

  18. You need to stand your ground or risk getting walked over.ラブドール エロWhile terrified of their own anger,

  19. 人形 エロ表示:

    人形 エロOne of the reels didn’t seem to be working,so Neal went back to exchange it.

  20. えろ 人形表示:

    ラブドール おすすめAccording to Fenwick,so it is with consciousness.

  21. 人形 エロ表示:

    ” one of the contestants said,”Choke her,海外 せっくす

  22. say those running its production line,this would halt the company’s production until IT figured out what was wrong.リアル ドール

  23. 人形 エロ表示:

    人形 セックス” which heralded a deluge of think pieces about the portrayal of butt sex on mainstream television shows like The Mindy Project and articles assessing the erotic potential of the anus.It’s now ascended to a cushy place in pop culture where it’s become much less shocking to talk about and engage in the act of anal sex.

  24. One thing that feeds all-or-none thinking is a sense of harshness toward yourself.Beating yourself up,高級 オナホ

  25. 高級 オナホI want him to live and be well.I don’t think my husband is depressed.

  26. Not only is this heuristic held by large portions of the public,オナホ ラブドールbut there are also professionals working in clinical psychology who have doubts over the existence of women who are sexually attracted to children.

  27. including victims of sex trafficking.ラブドール えろAccording to one study,

  28. 人形 エロ表示:

    ダッチワイフand they’re uncomfortable.Due to the rigorous athletic nature of the work,

  29. ダッチワイフketamine can induce hallucinations and also raise blood pressure.Higher doses can cause memory loss and bladder damage.

發佈留言

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