Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged image



0 1026 posted 15 years ago by jepedo
integration of an image/title/description into a snippet using WindowsOnWeb
0 1031 posted 15 years ago by windowsonweb
A class for uploading images and creating thumbnails. Example: try{ $img = new img('photo'); if($_FILES['photo']['size']>=1000000){ exit('The file size of the file you are trying to upload is over limit. Your file size = '.$_F...
2 1688 posted 15 years ago by leonelsantos
Currenty getImagInfo() also call getImageXMP() so you only need the first function to get your infos.
0 1783 posted 16 years ago by frankyfish
1 1354 posted 16 years ago by mracoker
It allows you to automatically get the first image from the current post, and display it.
2 5413 posted 16 years ago by math89
Since PHP doesn't have a builtin imagecreatefrombmp, this allows users to upload bmp files and you can handle them and create a different image type from it.
0 1533 posted 16 years ago by gms8994
This properly handles transparencies for PNG/GIF.
0 1483 posted 16 years ago by gms8994
1 1241 posted 16 years ago by ksantoshp
0 1160 posted 16 years ago by ksantoshp
Not particularly novel, but quite clean. Allows you to put images in any location on the server and saves having to generate thumbnails at upload time. The URL to this file should be: `<filename.php>/<request>/<path>` Valid request types:...
1 1410 posted 16 years ago by Kit
by m13579m
0 1595 posted 16 years ago by irm
0 1173 posted 16 years ago by zemin
Creating thumbnails of the images is required many a times, this code will be useful to know about the logic of thumbnail generation.
0 1703 posted 16 years ago by paulgrenwood
This snippet will create an array of all images in a directory and sub-directories and display them randomly.
4 4934 posted 16 years ago by superuntitled
2 1374 posted 16 years ago by fabi
I pieced together this code when I had to do this for a client: - show the first image attached to a post (based on sort order in gallery tab) in medium size - put all the other images attached to the post into an imageset so that when you click on...
1 1971 posted 16 years ago by zartgesotten
0 1314 posted 16 years ago by pashky
This is a simple script that will allow you to crop an image that you upload from a form.
1 1536 posted 16 years ago by aristoworks
4 1841 posted 16 years ago by level09
3 2329 posted 17 years ago by jamesming
1 1468 posted 17 years ago by dsntos
Outputs an image path from a defined directory.
2 1780 posted 17 years ago by dsntos
You will probably have to hide the medium sized image.
2 1666 posted 17 years ago by kristarella
Forces a user to download a file, for e.g you have an image but you want the user to download it instead of displaying it in his browser.
0 1486 posted 17 years ago by fruehjahr