Welcome To Snipplr
Everyone's Recent Snippets Tagged image
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Thank you marcg for posting this on Snipplr http://stackoverflow.com/questions/1379994/detect-when-a-specific-image-has-finished-loading
0
880
posted 12 years ago by focal55
This snippet will exclude the featured image from the attached images (gallery)
0
745
posted 12 years ago by nerdsane
This is an slightly more involved processing basic sketch I use when creating Imagery so I can save and output images at any point in time when the sketch is running.
0
912
posted 12 years ago by Kobby
This snippet shows how to create indexed color bitmap in C#. The code also shows how to access and modify pixel data using LockBits.
0
1995
posted 12 years ago by putu
Checks to make sure the file is a valid image file, checks max file size, and directory write permissions, requires 'fileutils' gem.
2
1157
posted 13 years ago by kellishaver
UPDATE: might be easier or faster to use this now (also courtesy Pippin): http://pippinsplugins.com/get-all-attached-media/
**courtesy Pippin Williamson (http://pippinsplugins.com/image-gallery-short-code-using-post-attachments/)
use shortcode...
1
1027
posted 13 years ago by adambundy
Funció que agafa les mides de la pantalla i redimensiona proporcionalment una imatge per a que s'adapti a ella.
0
883
posted 13 years ago by hectorlorenzo
wrote this snippet as a necessity to preload many images without writing same code all the time in JS...
0
863
posted 13 years ago by alik
The admin pages listing the site’s posts and pages come with various text columns (title, tags, categories, author and so on). In order to see what the featured images are, you have to visit each post or page individually. What I will show here, is...
0
951
posted 13 years ago by i-am-andy
Changes the title and moves the featured image box in Wordpress admin area. Add this to functions.php
0
872
posted 13 years ago by i-am-andy
Add or Change Content in the Featured Image Meta Box
Posted on March 21, 2011
Perhaps you need to provide a little extra instruction about the Featured Image meta box. It doesn’t take much to add your own text to that box:
0
966
posted 13 years ago by i-am-andy
Useful to open an image for viewing from the command line under Windows, in this example the image is generated by the GraphViz dot command.
0
1831
posted 13 years ago by m1b
<?php> will random load images named (in this example) image_1.jpg up to image_5.jpg
0
983
posted 13 years ago by DeluxiveState
Using the ID of a page, you can get the content, the featured image and the title to power widgets in your template.
0
811
posted 13 years ago by mejamiewilson
A function that resizes an image to desired width and height, but does not distort the image proportions. Works for JPEG, GIF and PNG.
0
1066
posted 13 years ago by TimoZachi
Simple call imageExists('http://example.com/image.jpg');
true if it exists else false.
0
1010
posted 13 years ago by MichaelM
used as so
<style>
.logo {
background: url("<?php>") no-repeat right 5px;
}
</style>
or
<img src="<?php>"/>
0
925
posted 13 years ago by alyssonweb
image rollovers in jquery are usually super easy. However it sucks when working with absolute image paths - like a separate media server or CDN. Heres a quick snippet using substring and lastIndexOf to swap out the image src.
0
888
posted 13 years ago by inreflection7