透過網頁讀取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,047 Responses

  1. The Reason Fridge Freezer Retro Is Everyone’s Obsession In 2023 Cheap Retro Fridge Freezer

  2. Ronaldfiept表示:

    Rodri https://manchester-city.rodrigo-hernandez.com le maestro du milieu de terrain de Manchester City

  3. Doyledum表示:

    L’histoire epique du FC Barcelone https://espagne.barcelona-fr.com 120 ans de triomphes et de tribulations.

  4. LloydPhaps表示:

    Indibet https://indibeti.in is a premier online casino offering a wide array of games including slots, table games, and live dealer options. Renowned for its user-friendly interface and robust security measures, Indibet ensures a top-notch gaming experience with exciting bonuses and 24/7 customer support.

  5. Your Family Will Be Grateful For Getting This Injury
    Lawsuit injuries (https://gray-Wall.mdwrite.net/)

  6. 10 Fundamentals On Automated Backlink Software You Didn’t Learn In The Classroom Backlink Builder software

  7. KennethOrelm表示:

    download screen capture for windows 11 https://screen-capture-free.com

  8. Thanks designed for sharing such a fastidious opinion,
    piece of writing is good, thats why i have read it entirely

  9. See What Best 18 Wheeler Accident Attorney Tricks The Celebs Are Using 18 Wheeler accident Attorney

  10. yurist_bwMt表示:

    Опытные юристы к вашим услугам, в любых юридических вопросах.

    Юридическое сопровождение на высшем уровне, в любое время.

    Наши юристы помогут избежать проблем, для записи на прием.

    Оптимальные решения для ваших юридических вопросов, вы не останетесь одни.

    Ищете юриста? Мы готовы помочь!, оптимальную защиту.

    Наши специалисты ответят на любой ваш вопрос, свяжитесь с нами.

    Сопровождение бизнеса на всех этапах, доступные цены.

    Профессиональная юридическая поддержка, в долгий ящик.

    Ваш правовой советник, с максимальной эффективностью.

    Ваши права – наш приоритет, с заботой о вас.

    Доверьте своё дело настоящим профессионалам, контактируйте с нами.

    Как найти качественного юриста?, ответы на ваши вопросы.

    Клиент всегда прав с нашими юристами, выбирайте комфорт.

    Профессиональные услуги юриста для вас, всегда на связи.

    Профессионалы, которым можно доверять, мы работаем для вас.

    Мы заботимся о вашей безопасности, с нами ваши секреты в безопасности.

    Ваш личный правовой консультант, профессионализм и опыт.

    Быстрые решения для ваших задач, отзывы довольных клиентов.

    Сложные вопросы требуют грамотного подхода, с нами легко.

    Чтобы быть уверенным в своем праве, документы и формальности.
    юридические консультации онлайн https://36avalist.ru/ .

  11. Fummuq表示:

    finax pills – buy sildenafil 100mg online cheap alfuzosin 10 mg generic

  12. Wow, this post is fastidious, my younger sister is analyzing such things, thus I am going to inform her.

  13. Hi there just wanted to give you a quick heads up and let you know a few of the pictures aren’t loading correctly.
    I’m not sure why but I think its a linking issue. I’ve tried it in two different internet browsers and both show the
    same outcome.

  14. 5 Replacement Glass For Windows Myths You Should Avoid Window replacement cost

  15. Michaeldet表示:

    Свежие новости https://diesel.kyiv.ua автомобильного рынка, новинки автопрома

  16. 10 No-Fuss Methods For Figuring Out The Upvc Windows Near Me In Your Body.
    upvc Window repairs (risecorn1.Bravejournal.net)

  17. 12 Facts About Green Power 3 Wheel Mobility Scooters To Make You Take A Look At Other
    People green energy Mobility scooters

  18. I’m not positive where you’re getting your information, but great topic.
    I needs to spend a while learning much more or working out more.
    Thank you for magnificent information I used to
    be in search of this information for my mission.

    Feel free to surf to my blog provadent reviews

  19. SEX表示:

    Decide funding for the upcoming motor vehicle or refinance with self esteem.
    Take a look at currently’s car financial loan costs.

    Time for you to first payment: After you offer a product,
    anticipate a wait duration of all-around 5 times to get money within your checking
    account on most platforms.

    There’s no justification for working away
    from money any more. Nicely, many of us mess up in some cases, but there’s
    no purpose you shouldn’t be able to conjure
    up a couple of hundred dollars away from slender
    air for those who’re prepared to get Inventive regarding how to make money.

    Not everyone seems to be courageous adequate to
    hire out their total residence to your stranger, but even leasing out the spare space can offer
    a large supply of excess money. You may perhaps
    meet some attention-grabbing individuals and find yourself enjoying it.

    In the same way, if you’ve attained past success on the planet of entrepreneurialism, your services could be of use to budding business people as well as established business people
    who want to consider their organization to the subsequent amount.

    Everybody knows that therapy is actually a hugely-expert and hard occupation, although
    not Lots of people realize it’s shifting online.

    A different crucial element of promoting and advertising
    is casino starting off a good email promoting system, which helps to keep customers and change prospects.

    You may also make money fast by completing surveys, microtasks, rewards plans,
    or any of the other simple tips on this checklist. The quantity you’ll get won’t be high, but
    It’ll be quick.

    In addition to supporting organizations to deal with their social accounts, you’ll be able
    to give them advice regarding how to sort a protracted-expression social websites strategy.

    Should you aren’t excited about working with a pc all day, Check out a
    lot of the finest methods to make money offline:

    Engaging in liable gambling with bonus resources and managing them as authentic money can cause greater determination-making along with
    a simpler reward system.

    Choose in for bonus resources. As many as
    50x wagering, recreation contributions differ, max.
    stake applies, new customers will have to decide in and claim offer in just 24 hrs and use inside thirty days.
    Geographical Limits and T&Cs

    I’m not sure if it’s intentional or an editorial remark, though the pitch for blogging claims “Is there a topic or
    subject matter you’re really experienced about and luxuriate in adequate to have the
    ability to create on it each day For some time?

    That compensation impacts the location and buy by which the manufacturers are offered and is some scenarios
    may impression the rating that may be assigned to
    them.

    MONEY
    FREE CASH

    CASINO
    PORN

    SEX
    ONLY FANS

  20. 10 Reasons That People Are Hateful To Capsule Coffee Machine Capsule Coffee Machine Coffee capsule machine – http://ybsangga.innobox.co.kr/bbs/board.php?bo_table=Free&wr_id=7195

  21. Ye posters are seriously amazing. They show his distinctive aesthetic excellently.
    Anyone out there who loves him should definitely grab one.
    They bring a great feature to a space.

    Moreover, the variety of designs available is extensive.
    Whether you like simple art or bold artworks, there’s an option for every taste.
    They are great gifts for fellow fans who respect Kanye as well.

    Furthermore, showcasing Kanye images in your
    studio might begin interesting discussions with visitors.
    They usually act as topics of interest, prompting chats about creativity.

    To sum up, Kanye artworks are a must-have for every
    fan. They upgrade your home and display your passion for
    an iconic musician.

  22. porn表示:

    I know this if off topic but I’m looking into
    starting my own weblog and was curious what all is required
    to get setup? I’m assuming having a blog like yours would cost a pretty
    penny? I’m not very web savvy so I’m not 100% certain. Any tips
    or advice would be greatly appreciated. Thanks

  23. I am often to blogging and i really appreciate your content. The article has really peaks my interest. I am going to bookmark your site and keep checking for new information.

  24. anti-climatic answer to The Ultimate Question,but there’s more to this answer than at first glance.ラブドール 女性 用

  25. ダッチワイフin contrast to RCA experiences,which emphasized intent They suggest that stealthing can be viewed as a form of sexual violence,

  26. 4182051.xyz表示:

    The Coffee Machine Delonghi Mistake That Every Beginner Makes 4182051.xyz

  27. ドール エロmost sexual violence takes place among otherwise normative people who are familiar with each other and are involved in some type of relationship.This raises the possibility that to these perpetrators,

發佈留言

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