Questions tagged [dynamic-image-generation]

Generating images programmatically such as thumbnails, snapshots, graphics

Generating images programmatically according to multiple variables

88 questions
0
votes
1 answer

Dynamically Resize Images with PHP and Protect them from Direct Original Size Access

Think stock images. You have a full-size original that can only be downloaded after purchase. You only want to have that image once on your server, at full-size. But you want to display that image in various places in smaller sizes (responsively…
i_a
  • 2,735
  • 1
  • 22
  • 21
0
votes
2 answers

PHP/JSON parser for dynamic image not working correctly

I'm so close to getting this parser/image working, but I have a few final issues that stop me from releasing it. To make matters worse, I have absolutely no idea what the issue could be. The following is the entire code:
Hiigaran
  • 829
  • 10
  • 28
0
votes
1 answer

Getting imagepng in ajax response

I am creating an image for captcha and I am having trouble in getting that image in ajax response.. Help is needed .. My code : ajax part $.ajax({ type : "GET", url : "captcha.php", data : get_captcha_data, cache : false, success…
nick
  • 333
  • 2
  • 9
0
votes
1 answer

Dynamic images + geolocation (google maps API?)

I'm thinking about a possiblity for showing a users geolocation in an email. Would it be possible to generate a dynamic image with PHP which tracks the users geolocation and gives back an image. Generating a dynamic image is no problem. But before I…
0
votes
1 answer

Dynamically change the text of a psd?

Here is my problem: A designer creates a banner ad showing a sale. For example: 10% off all items. The sale changes every other weekend from 10% to 15%. The design of the ad and the position of the text changes from week to week or day to day. I…
user1697949
  • 97
  • 3
  • 10
0
votes
1 answer

Primefaces dynamic image in datatable using pagination

I have successfully implemented the solution suggested by BalusC for rendering dynamic images inside a datatable (code posted further down here). Problem I am facing is this: Issue I am using pagination in datatable and when I move to the page…
Basith
  • 831
  • 1
  • 7
  • 14
0
votes
1 answer

issue with passing parameter through struts2

i am calling a struts2 action by passing parameter from a dynamic image url With this my action is calling properly but the parameter imageId=logo.jpg is not passing to my action…
user1721196
0
votes
1 answer

IIS Search Engine Optimization and Canonical Url with Dynamic Image

I get the following error below for my dynamic image generator. It can have any kind of width or height but SEO is complaining about it because it needs a canonical URL. How can I do this with a dynamic image that isnt a page? The page with URL…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
2 answers

dynamically modify image and place a text using javascript/jquery

I have the above image. My task is to dynamically change the values where L, A and B appears; I have to remove/hide the L,A and B and replace it using a numerical value. I used fireworks to make slices of the region where L, A and B are located and…
Rkz
  • 1,237
  • 5
  • 16
  • 30
0
votes
2 answers

How does WordPress.com resize images dynamically?

NOTE: This question is tricky (to decide whether it pertains to SO or not), but this is no simple WordPress question. I've heard that WordPress.com has a separate layer of infrastructure (Nginx based servers) for images that is pretty much…
its_me
  • 10,998
  • 25
  • 82
  • 130
-1
votes
1 answer

Formula for dynamic image src in crystal report

I have taken a OLE object selecting paint brush option. after that going in picture tab clicked x-2 button to write formula. Wrote 2 formulas 1. "F:/BrWeb/BrWeb/QRImages/DSR2022263.jpg" 2. "~/QRImages/DSR2022263.jpg" but image is not shown in…
-1
votes
1 answer

gatsby : optimize images that do not have 'childImageSharp' graphql field

I am using gatsby with a wordpress CMS to display upcoming events on my gatsby web app .I am using the plugin gatsby-source-tribe-events to connect to the wordpress event calendar plugin and get the event data. The problem is that I want to…
vasilis 123
  • 585
  • 1
  • 12
  • 26
-1
votes
1 answer

How do we transfer a particular structure(defined by mask) in an image to another image?

Image showing required content transfer between source and target images Essentially is there a way to grow an image patch defined by mask and keep it realistic?
1 2 3 4 5
6