Questions tagged [dynamic-image-generation]

Generating images programmatically such as thumbnails, snapshots, graphics

Generating images programmatically according to multiple variables

83 questions
1
vote
1 answer

Filling pixels under or above some function

Seems like a simple problem, but I just cant wrap my head around it. I have a config file in which I declare a few functions. It looks like this: "bandDefinitions" : [ { "0": ["x^2 + 2*x + 5 - y", "ABOVE"] }, { "0":…
1
vote
1 answer

Best method to serve a dynamic image for mails

I would like to represent dynamic images in an email. For example with the given url I would like to serve a different image based on logic within my server. There will only be…
dmcg
  • 45
  • 5
1
vote
3 answers

How to dynamically display an image in VueJS?

Please see here the relations between components How to pass value from one child component to another in VueJS? The snippet bellow not giving an error and not displaying the image Code: