透過網頁讀取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...

46,611 Responses

  1. ” wrote Epictetus,ラブドール 男“never hold anyone except ourselves—that is,

  2. When it came to daily self-expansion behaviors themselves,it was only those reported by “actors” and not partners that contributed to positive relationship outcomes.ラブドール エロ

  3. For a “free spirit,オナホ 高級” which may have been how Guggenheim either described herself or was perceived by others,

  4. ” “lingerie,” “high heels,海外 せっくす

  5. オナドールFor the mental health category,we also give examples (fears,

  6. 人形 エロ表示:

    ラブドール 中古that serves to keep the self-expansion effect afloat.Another word of warning about self-expansion came in the form of an effect in which self-expansion cognitions by actors negatively predicted feelings of commitment two months later.

  7. ความหลงใหล ในการเล่น “หวยลาว” เป็นหนึ่งในกิจกรรมยอดนิยมในประเทศไทย โดยผู้คนจำนวนมากมักจะ สนใจ ในการ ลุ้น ด้วยความหวังที่จะได้รับรางวัลใหญ่ และ ปรับปรุง ชีวิตของตนเอง

    “หวยลาว” เป็นการ ซื้อ ที่ถูกกฎหมายในประเทศลาว และได้รับ
    ความต้องการ อย่างมากในหมู่ชาวไทย โดยเฉพาะอย่างยิ่งในช่วงเทศกาลสำคัญ ๆ เช่น
    วันสงกรานต์ วันขึ้นปีใหม่ และช่วงก่อนการออกรางวัลใหญ่ของ”หวยลาว” ผู้คนจะต่างซื้อ เพื่อลุ้นรับ โชคลาภมหาศาล ที่จะเปลี่ยนแปลง ชีวิตของพวกเขา

    อย่างไรก็ตาม การ ทำ “หวยลาว” ก็ไม่ปราศจากปัญหา เนื่องจากบางคนอาจ
    ปรารถนา การพนันและใช้เงินมากเกินไป ส่งผลให้เกิด ปัญหาตามมา นอกจากนี้ การ พนัน
    “หวยลาว” ยังอาจเป็นช่องทางให้คนบางกลุ่ม ทำผิด โดยมิชอบ ด้วยการ ซ่อนเร้น รางวัลของผู้ชนะ

    แม้ว่าการเล่น “หวยลาว” จะเป็นกิจกรรมที่ถูกกฎหมายและได้รับความนิยม
    ในหมู่ คนไทย แต่ควรมีการควบคุม อย่างใกล้ชิดเพื่อ หลีกเลี่ยง ปัญหาที่อาจ ตามหลัง
    ทั้งนี้ เพื่อให้การเล่น “หวยลาว” เป็นเพียงการ เล่นเพื่อความตื่นเต้น เท่านั้น และไม่ส่งผลกระทบ ต่อ การเงิน ของ ผู้เสี่ยง

    my page: แทงหวยออนไลน์

  8. 人形 エロAnd yet,it’s kind of better,

  9. 人形 エロ表示:

    ラブドール えろthere was a car.It was a Honda Civic and the reason he was giving it to me was it was hot.

  10. 高級 ラブドール34-year-old elementary schoolteacher in Burien,Washington,

  11. or to help you logistically by aiding in your escape route,リアル ドールcan work wonders.

  12. we often take the path of least resistance when it comes to thinking—and it’s this notion that may have given rise to the idea that we only use 10 of our brains.ラブドール おすすめthe theory of humans being cognitive misers by no means suggests that we are incapable of using the “full capacity” of our brains.

  13. ‘no,人形 エロlet’s do this much better thing!’ Voila.

  14. By the end of the study,ラブドール 男there were 61 families left,

  15. Thomasswady表示:

    Del Mar Energy Company is an international industrial holding company engaged in the extraction of oil, gas, and coal

  16. オナドールThese are proposed to result from their distinctive wiring patterns.We know that men and women react differently from an emotional perspective,

  17. ラブドール おすすめas was his way,simply remained silent.

  18. Many reported trying to minimize feelings of shame by setting high standards for themselves.高級 オナホIn this group,

  19. ” I’ve heard many horror stories of women being pressured into anal under the guise of sex positivity or a “willingness to be sexually adventurous.”Vivienne,人形 セックス

  20. I spent most of my first trimester asleep on the couch.Of course,ラブドール えろ

  21. 人形 エロ表示:

    高級 オナホtry to observe your thoughts that are not being kind to yourself and distance yourself from them when you can.Of course,

  22. 美女做愛表示:

    美女做愛

    Yes! Finally something about A片做爱.

  23. What’s up everyone, it’s my first pay a quick visit at this web page, and
    article is actually fruitful in favor of me, keep up posting
    such articles.

    my blog; Buy Ozempic Online Mexico

  24. Unexpected Business Strategies For Business That Aided Double Glazing Repair Crawley
    Achieve Success Double Glazing repairs

  25. ShirleyH表示:

    Very interesting topic, regards for posting.Blog money

  26. The Conduit Method Of Affiliate Marketing 백링크 조회

  27. Guvenilir bir kumarhanede sans?n?z Sweet bonanza

  28. porn videos表示:

    Great content. Kudos!

發佈留言

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