Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
image
.
Show all posts
Showing posts with label
image
.
Show all posts
Thursday, July 12, 2018
Java > Convert text content to Image > Using Java Create An Image And Save To File With Transparent Background
›
For example, from the string Pritom K Mondal , I would like to generate this simple image: package com . pkm ; import java.awt...
Saturday, May 16, 2015
Java Create Watermark Text Or Fill Area To An Image
›
package com . pkm ; import java.awt.AlphaComposite ; import java.awt.Color ; import java.awt.Font ; import java.awt.FontMetri...
Friday, May 15, 2015
Using Java Create An Image And Save To File
›
package com . pkm ; import java.awt.Color ; import java.awt.Font ; import java.awt.FontMetrics ; import java.awt.Graphics2D ; ...
Friday, September 6, 2013
PHP image output and browser caching
›
The code is pretty simple, and borrows heavily from code pasted by mandor at mandor dot net for the PHP header function. We generalise...
Sunday, August 4, 2013
Image Data URIs with JavaScript
›
<img src="your_image.png" id="myimage" /> <canvas width="300" height="300" id="mycan...
Image Data URIs with PHP
›
If you troll page markup like me, you've no doubt seen the use of data URI's within image src attributes. Instead of providing a t...
Thursday, June 27, 2013
jQuery/Javascript to replace broken images
›
Handle the onError event for the image to reassign its source using JavaScript: function ( image ) { image . onerror = "...
›
Home
View web version