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

45,336 Responses

  1. We met up a couple more times for similar sessions,but then I pulled away.人形 エロ

  2. Your means of explaining everything in this post is really fastidious,
    all can simply be aware of it, Thanks a lot.

  3. ラブドール えろmy main concern is protecting him and our relationship.I love that Fifty Shades of Grey has gotten women talking more honestly about their fantasies,

  4. Latosha表示:

    We absolutely love your blog and find a lot of your post’s to be what precisely I’m looking for.
    Would you offer guest writers to write content for yourself?
    I wouldn’t mind producing a post or elaborating on a lot of the subjects you write related to here.
    Again, awesome website!

  5. Compassionate assertiveness will make you feel powerful and in control and convey your strength to the people you interact with.ラブドール エロ“I believe my thoughts and needs are reasonable,

  6. えろ 人形表示:

    ラブドール えろit stays on the whole timYou also avoid handjob-induced carpal tunnel because the elastomer adds extra slip.Your hand and wrist don’t get strained.

  7. えろ 人形表示:

    “They are not th-,” I began.海外 せっくす

  8. and compassion.Regardless of the type of relationship,オナドール

  9. Las plataformas de criptojuegos son plataformas de gambling en línea que permiten a los apostadores apostar
    utilizando monedas digitales como Ethereum, Bitcoin o Litecoin. Estas novedosas
    plataformas están ganando popularidad en el mercado español y
    otros países de habla hispana debido a varias ventajas que ofrecen.
    Una de las funciones más llamativas de los criptocasinos es la sencillez
    para ingresar. Por ejemplo, algunos sitios permiten a los usuarios entrar o crear una cuenta en poco tiempo utilizando sus datos de
    Google. Además, muchos criptocasinos son aptos para usar con VPN, lo que proporciona una protección extra de
    privacidad y protección para los jugadores.
    Los criptocasinos suelen ofrecer una extensa gama de juegos, incluyendo máquinas
    tragaperras y otros opciones de juego tradicionales.
    La agilidad es otro factor importante, ya que estos sitios generalmente
    son ágiles tanto en la exploración del sitio como en la funcionamiento de los juegos.

    En cuanto a los beneficios promocionales, los criptocasinos en países de habla
    hispana ofrecen atractivos incentivos para atraer a nuevos jugadores.

    Por ejemplo, algunos casinos ofrecen bonos de hasta 5000 dólares y aseguran transacciones ágiles.

    Un aspecto importante a considerar es la regulación KYC (Know Your Customer).
    Algunos criptocasinos operan sin requisitos KYC, lo que significa que los usuarios pueden jugar y realizar transacciones
    sin necesidad de proporcionar información personal detallada.

    Sin embargo, es importante tener en cuenta que la falta de KYC
    puede presentar amenazas en términos de seguridad
    y cumplimiento normativo.
    El crecimiento de los criptocasinos ha sido notable.
    Por ejemplo, Lucky Block, una plataforma de criptocasino,
    consiguió posicionarse como referente en el sector en solo seis meses, llegando
    a 200.000 usuarios activos.
    En resumen, los criptocasinos ofrecen una alternativa de apuestas vanguardista y potencialmente más confidencial para los jugadores españoles y
    de otros países hispanohablantes, combinando la adrenalina de los juegos de casino
    tradicionales con las cualidades de las criptomonedas.

  10. While there’s still plenty we’re not certain of,ラブドール おすすめthere’s perhaps an equal amount of knowledge we’ve been able to gain.

  11. 人形 エロ表示:

    While you talk about the San Francisco housing market.Again.ダッチワイフ

  12. instead opting to teach himself by immersing himself in the language.ダッチワイフWhen asked what he loves about Korea most,

  13. especially for sexual minority couples.オナホ ラブドールthey found that the duration of each sexual event was far longer for same-sex female couples than for any other group and that may play a role in higher sexual satisfaction.

  14. 人形 エロ表示:

    ラブドール えろwhich is meant for couples to experience together,focuses on three specific chakras—water,

  15. Responsible Payday Cash Advance Lender And Chase Bank Leading
    The Pack 카카오 대출

  16. a narcissist may ramp up their behavior to “put you in your place.” Not including a family member in activities may sound like an extreme step.ラブドール おすすめ

  17. ラブドール おすすめIncorporating an after-dinner walk into your evening routine or a ritual of enjoying coffee in the sunshine rather than indoors,or even just bringing a new plant into your life—each can be an effective way of getting closer to nature,

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

  19. Gita表示:

    Pretty section of content. I just stumbled upon your website and in accession capital to assert that I get in fact enjoyed account your blog
    posts. Anyway I’ll be subscribing to your augment and even I achievement
    you access consistently fast.

  20. リアル ドールWhen January 1st rolls around each year,that means it’s time to break out the New Year’s resolutions we’ve been saving in our back pockets.

  21. 高級 オナホcrooks,a thug or two and people who stare at him threateningly.

  22. 人形 エロ表示:

    These scripts may be widely accepted,but they are seriously mistaken:Yes,高級 ラブドール

  23. The obsession with another can go as far as needing to control a partner’s every action—needing them around all the time,keeping tabs on them,ラブドール 中古

  24. 人形 セックスThough Physical: 100 is a reality show set in Korea,several non-Korean contestants have risen through the Netflix competition to become fan favorites.

  25. narcissists tend to engage in infidelity,sometimes with multiple partners.ラブドール おすすめ

  26. or someone loving and caring for you,リアル ドールcan help you feel less triggered and angered by someone by whom you feel threatened.

  27. Why All The Fuss About Washer Machine 10kg? 023456789.Xyz – http://Www.023456789.Xyz,

  28. We’re going to determine along with the maker corresponding with availability.Ensure your IP tackle doesn’t have a bad popularity and wasn’t Beforehand blacklisted on the web,人形 セックス

  29. リアル ドールyou may come across a video clip of someone sitting in front of a computer and having a conversation with their therapist,or a screenshot of another person and their psychiatrist texting back and forth.

發佈留言

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