Questions tagged [image-generation]

111 questions
0
votes
2 answers

Generate photos based on over 1M protos processed by ourselves before

We are running a huge team that process child photos for our customers, the team processes over 1M photos per year. The process includes basic tuning of light, resize, apply some filters to make the skin looks better. We want to use deep learning to…
Bin Chen
  • 61,507
  • 53
  • 142
  • 183
0
votes
2 answers

How can I generate an image using JS and utilizing other image?

I'm looking for a way to generate an image with various text, provided as a parameter (includes specified font) and I have another image used as a template (some sort of background). Please help in pointing a way to achieve that, if it is actually…
Denys S.
  • 6,358
  • 12
  • 43
  • 65
0
votes
3 answers

how does wolfram alpha generate images with mathematical expressions?

I was just curious as to whether or not there's a library that converts mathematical expressions (non latex) to crisp looking images like wolfram alpha does. For example, (n^2+5x+3)/n should output this.
tipu
  • 9,464
  • 15
  • 65
  • 98
0
votes
2 answers

Animation only triggers the first time

I am making an application on Android which generates one of the two available images on clicking a button and after a duration of 1 second, that image is supposed to fade away, giving the user a choice to click the button again. The problem is that…
Piyush
  • 606
  • 4
  • 16
  • 38
0
votes
1 answer

Generate a Photographic mosaic from a given set of thumbnails

Photographic mosaic is a technique of re-generating an existing image as a mosaic of thumbnails. The color of the original pixels should roughly resemble the color of the covering tile. For example, a role-playing gamer re-generated the world map…
Adam Matan
  • 128,757
  • 147
  • 397
  • 562
0
votes
1 answer

Generate preview images with custom text?

I´m working on a webshop where you can personalize Glasses, Pens etc. with gravures... We also want a "Preview" function like in this shop (click on…
Lorenz Wöhr
  • 855
  • 3
  • 14
  • 22
0
votes
2 answers

Wordpress Fallback image

I have picked up a project from a previous developer and he is using this code to generate thumbnails. I need to add a default fallback image and I'm unsure of the best practice.
Brad Fletcher
  • 3,547
  • 3
  • 27
  • 42
0
votes
2 answers

generating images with php based on css3 gradient settings?

Does anyone know if there is a php library, or if there isnt, have any input on how one would go about generating an image via php, from basic HTML element input settings, and CSS 3 gradient parameters. To give an example on why this would be…
thrice801
  • 1,671
  • 5
  • 23
  • 31
0
votes
2 answers

Image generated with PHP dosn't show

whats wrong with my code. image dosn't show in test2.php file File: test2.php: File: test.php session_start(); $md5_hash = md5(rand(0,999)); $security_code = substr($md5_hash, 15, 5); $_SESSION["security_code"] =…
lolalola
  • 3,773
  • 20
  • 60
  • 96
0
votes
1 answer

How can I align text to an image automatically in PHP?

I have a few lines of code to generate a plain image with some given text in php. But when I give width for image text goes outside the image. How can I align text inside the image with a fixed width but dynamic height? My code is given…
Joel James
  • 1,315
  • 1
  • 20
  • 37
0
votes
1 answer

.Net to draw text without outline (Specifically Hiragana)

I am working on a PowerShell script to make images of characters (sort of like flashcards) in bulk. And I am running into an issue I have seen before, and that is characters look very dirty. For example: The large character looks good, but I…
Austin T French
  • 5,022
  • 1
  • 22
  • 40
0
votes
4 answers

Converting aspx page to image file

I have c# dynamic aspx page after new property add I create for record brochure http://veneristurkey.com/admin/Brochure.aspx?Admin=PropertiesBrochureA4&id=36 but I want to this convert image file I am searching on internet but all with webbrowser…
0
votes
2 answers

Dynamically generated images: nginx + php-fpm

I'd like to use location /images/ { try_files $uri @generateImage; } location @generateImage { # pass to backend php-fpm } for image generation. But it in this case I have to take care of php-fpm load at the first generation of some image…
Misanthrope
  • 454
  • 4
  • 12
0
votes
1 answer

Image generator ( generateCGImagesAsynchronouslyForTimes method) doesn't give live results

Pretty new to cocoa development and really stuck with probably a fundamental problem. So in short, my app UI looks like a simple window with a nsslider at the bottom. What I need is to generate N images and place them, onto N nsviews in my app…
Eugene Gordin
  • 4,047
  • 3
  • 47
  • 80
0
votes
2 answers

Passing values between PHP scripts in this particular situation

So in my HTML markup I have an image tag like this one: template And the 'src' attribute links to a PHP script that generates an image using a couple of variables defined there which are mostly…
dazedviper
  • 992
  • 1
  • 9
  • 17