PricingBlog

Lost on how to proceed

  • fstopeight-1259005969749508141

    fstopeight

    1 year ago

    Hey there, so long story short I want to do a stamp app. The gist of it is...
    1- I have a canvas where I can "stamp" some images that I have produced in PNG
    2- Be able to export the finished picture in PNG

    I have a few questions....
    1- What would be the most relevant tutorials for this?
    2- Would I need a custom javascript or other code?
    3- Is there a tutorial on how to export the finished picture as a .png?
  • lucasg-1259007902719672331

    Lucas G

    1 year ago

    What does “stamp” mean? Like set a watermark over the image?
  • Or change metadata?
  • Either way, you’ll likely need custom code
  • Custom JS actions
  • andreasmoller-1259032916797685800

    Andreas Møller

    1 year ago

    You can do this with the canvas element

    https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API
    it requires some custom code