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

47,014 Responses

  1. エロ 人形表示:

    Second session of the night with my then FWB a few years ago. オナドールWe were doing it in the shower and he pushed me onto my knees to suck his dick midway

  2. エロ 人形表示:

    A naked person probably sleeps with crystals under her pillow to ward off negative stuff and leaves candles burningラブドール オナニー and pees with the door open. I think I’m naked the appropriate amount.

  3. as well as by how they’re feeling about themselves. Each person experiences that in aえろ 人形 different way.”

  4. 人形 エロ表示:

    If nothing else, you get some laughs together—but really, ラブドール avgames are a great way to learn new things about each other and

  5. cliphotvn表示:

    Hi there, I desire to subscribe for this website to get most up-to-date updates, so where can i do it please help out.

  6. It’s been widely cited for over 20 years, showing that in heterosexual relationships, ラブドール 女性 用women are having four times fewer orgasms than men. Multiple factors have been said to be at play

  7. not any of the lascivious or lurid stuff. えろ 人形What’s nicest is just how easy and relaxed everybody is about all of the above.

  8. Gregory表示:

    11 Ways To Completely Sabotage Your Upvc Window Repair Near Me upvc window repairs near
    me; Gregory,

  9. Carmella表示:

    Hello! This post could not be written any better!
    Reading through this post reminds me of my previous room mate!
    He always kept talking about this. I will forward this write-up to him.
    Fairly certain he will have a good read. Thanks for sharing!

  10. えろ 人形表示:

    Still worried? Dr. Olson says, “You can also try coming out of the shower. ラブドール sexThat may give you some confidence to engage sexually.

  11. エロ 人形表示:

    I never thought of them as being hypocritical, but rather ラブドール avI believed they did their best to keep me from making the same mistakes that they had made in their youth. They were, after all, very different people now.

  12. attorneys表示:

    5 Accident Settlement Lessons From Professionals attorneys

  13. A Positive Rant Concerning Bmw Replacement Car Keys bmw New key Fob

  14. and that is something you and your partner wiljydolll need to address in terms of how much it will impact your relationship moving forward.

  15. java burn表示:

    My brother recommended I might like this website.
    He was entirely right. This post actually made my day. You can not imagine simply how much
    time I had spent for this info! Thanks!

  16. grabbed my underwear, and pullled them off with as my ass up in the air practically touching his stiff cock.セックス ロボット He leaned forward and started rubbing his precum on my hard shaft.

  17. attorney表示:

    Why No One Cares About Cerebral Palsy Compensation attorney

  18. Five Killer Quora Answers On Replacement Double Glazing Units Near Me double glazing units near me

  19. エロ 人形表示:

    Another major concern that women have about period sex is ラブドール sexthat the smell of their period will upset their partner. To that idea, Dr. Olson counters,

  20. えろ 人形表示:

    While sex positivity has come a long way overえろ 人形 the last few decades and people have become increasingly comfortable with talking about sex and female pleasure,

  21. エロ 人形表示:

    but how it’s necessary in what will likely be a freezing cold airport. “Wellえろ 人形, she’s not wearing underwear, so the vacation’s still going,”

  22. エロ 人形表示:

    fortified with four to six strawberry daiquiris, I attend the resort’s Tuesday-night theme party alone:ラブドール オナニーhe Bare As You Dare Glow Pool Party. Black lights are lit and glow sticks are distributed and I take off my dress and dance around sans any creepers. This is fun.

  23. But do men really need to discover pleasure? Many women would argue that they don’t (rememberラブドール 女性 用‘They don’t need them, we do.’) The Orgasm Gap could also back this up.

  24. Jude表示:

    Hi there, I check your new stuff daily. Your humoristic style is
    witty, keep up the good work!

  25. cassylawn表示:

    20 Quotes Of Wisdom About Asbestos Mesothelioma Lung Cancer
    cassylawn

  26. Why Workers Compensation Settlement Is Relevant 2023 workers’ Compensation lawsuits

  27. Once you know what materials you’re selecting and the type of stimulation you’re going for,ラブドール av Fretz recommends staying open-minded. After all, the world of sex toys is characterized by constant innovation.

  28. เกมส์ รูปแบบ ยี่กีเป็น ชนิด การเล่น
    หวย อันใด ได้รับความ ความชื่นชม อย่างมากใน ท้องถิ่น ไทย ซึ่งมี
    คล้ายคลึงกับ กับ
    ส่วย ลอตเตอรี่ทั่วไป แต่มี ความเปลี่ยนแปลง ในด้าน การตัดสินใจเลือก ตัวเลข และ วิธีการ ในการ มาซื้อ
    จำหน่าย

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

    ปัจจัยที่ ทำให้ การพนัน ยี่กี ได้รับการยอมรับ มาก
    ก็คือ อัตราตอบแทน การ สร้างรางวัล
    ในการจ่ายรางวัล ซึ่ง โดยส่วนใหญ่ จะ มากกว่า หวย
    รัฐบาล โดย โดยเฉพาะเมื่อ ในกรณี เลข ที่ถูกรางวัล
    เป็น เลขที่ อันที่ ไม่ค่อยจะ
    ใน ตั๋ว รัฐบาล ซึ่งก็ทำ ผู้ ซื้อ ได้รับ
    ผล รางวัล ซึ่ง มากขึ้น หาก หมายเลข ที่ เลือกได้ ถูกมา

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

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

    Also visit my web page เว็บคาสิโนออนไลน์ที่มีทีมงานคอยให้บริการและดูแลลูกค้าตลอด 24 ชั่วโมง –
    londonchinese.com

  29. Upvc Windows Near Me Tools To Ease Your Daily Life Upvc Windows Near
    Me Trick Every Individual Should Learn upvc windows near me

發佈留言

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