.  

 

 

.
.

20 / 05 / 2013

Usuarios conectados: 5

Cargando documento...

Buscar:

.

Este Sitio:

Principal

Dreamweaver

Fireworks

JavaScript

CSS

Sonido

Artículos

Links

E-ufemismos

Descargas

Historial

 

Mailing List:

Suscríbete a la lista de correo, No practico spamming y ofrece algunas ventajas.

Pulsa aquí para saber más y suscribirte.

 

Recomendados:

Tecnorama >Dreamweaver Extensions

 

PHP Dynamic Thumbnail

Versión para imprimir | Translate this page

PHP/MySQL Server Model: With this extension you can generate thumbnails from the image names stored in your database.  Besides, it can open the original image in a popup window and display an optional image if there are errors (if image is not stored in the folder or the database field is empty, for example).

Requirements:

  • GD 1.x or 2.x installed on your server.
  • The DB field should store the image's name (as text) and not the image itself (as blob)
  • The image must be a JPEG file: it won't work with GIF's (GD does not support them) or PNG's (Explorer badly supports them).
  • The folder where images are stored must have write permissions.

Features:

  • Thumbnails are cached, saving systems resources.
  • An optional image can be displayed if an error occurs (if the field is empty, if image can't be found, if image is a gif...).
  • The code also checks if the image is a true JPEG file, checking its extension and its file type: Any file that it is not a JPEG (even if it has the *.jpg extension) will return an error (and will show the optional image). Only jpeg files with the extensions *.jpg and *.jpeg will work. The others will show the optional image.
  • A translator is included to put a placeholder where thumbnails wil be displayed
  • Works inside a repeat region. 

The extension window looks like this:

Images Folder: Browse to the folder where images will be stored.

Recordset/Image Field: Select the recordset and the field that stores the names. You must note that the join of the Images Folder path and the content of the image field should give a valid path.(For example: if you select the folder "../images" and the filename field in the DB returns "myimage.jpg" the code will search for the file "../images/myimage.jpg").

Width and Height: Only Width is important, because the code will generate the thumbnail using it (and height will be proportional). However, the Height value is useful for the placeholder (See image below).

Thumb Prefix: the thumbnails generated will be stored with this prefix and the thumbnail's width. For example the image "myimage.jpeg" can create a thumbnail called "thumb_200_myimage.jpg. It may sound a bit weird, but it has an explanation. Creating a thumbnail uses quite a lot of system resources, so I prefer to keep a copy with all the sizes that I will use. This way, if my thumb is 200px wide in one page and 300px in another, I can keep a copy of both of them ("thumb_200_myimage.jpg" and "thumb_300_myimage.jpg"). The next time the page is executed, it will use these files instead of creating new ones.

Add PopUp: If you check it, The users will be able to click on the thumbnail to open a popup window with the original image. 

Alternate Image: if an error occurs, this image will be displayed. Common errors should be: DB field is empty, the file can't be found or the file is not a jpg file. If you don't want to show an image, just leave this field blank and nothing will be displayed in the document.

And most important of it all: If you find a bug, please let me know!!!

Download it here (Current version:1.1.0)

June 21, 2004: New in version 1.1.0:

  • "OK" Bug: fixed
  • Improved GD Version Check
  • File extension bug: Fixed

TODO List:

-I'm thinking about adding a new feature to next release: I want to make it to delete orphaned thumbs automatically. I have some code already done and working, but I'd like to know your suggestions about it: Should it delete the files?, move them to another folder? Post your ideas as a comment below. Thank you!!

-I'll try to add an option to select thumbnail quality in thumnails.

Comments? 36, so far. Displaying 26 ->30

26.- I need help I'm geting this error when using your extension am I doing something wrong or could it be gd is not installed:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in c:\program files\apache group\apache\htdocs\tmp5z1lxwil.php on line 98

Tecnorama says: I need to know what line 98 looks like...

27.- Can this be set up to open the original image/enlargement in a window on the same page?
Say I want to set up the TN's on the right side of the page each being .5"x.5" - 5 across and 6 down. then to the immediate left of the TN's a window approx. 4"x4" to display the enlargement. Then when the user hits the "next | prev | first | last" nav, the next set of 30 fill the TN section... and so on until the user views the complete gallery. Then the user can select the next gallery and so on....

Thanks,

Rick

Tecnorama says: Maybe a good approach could be using the "Set Text Of Layer" behavior to write the original's image path into the 4"x4" layer...

28.- would be great to present the thumbnail on the fly and not store it at all - that way you wouldnt need to worry about deleting anything!? dont think it would be too cpu intensive for a page with 20 thumbs?

i havent found any tips on how to do this yet. aparte de eso tu tutorial es la p madre

Tecnorama says:20 thumbs by 20 users at the same time=400 thumbs...

29.- Great extension!! You said to write our comments about what we though about deleting the 'orphaned thumbnails'. I SAY YES, YES! DO IT! That saves disk-space like you wouldn't belive when working with a lot of pictures. Better than deleting all the temporary thumbnails once a month.

Thanks very much!

Mike
San Diego, CA

30.- This extension is brilliant! Thanks!

I get much lower quality thumbnails when I run it on my server though (I assume this is a GD version issue?). I have 2 on my local machine, but only 1.6 on my server.

« Previous | 1 - 5 | 6 - 10 | 11 - 15 | 16 - 20 | 21 - 25 | 26 - 30 | 31 - 35 | 36 - 36 | Next »

Add your Comments



Escribe el código de la imagen superior:

:

TECNORAMA es simplemente una página personal. No sirve ni de promoción del autor ni cosas por el estilo.
Todos los códigos, textos y tutoriales son de libre uso mientras se mencione al autor (no es mucho pedir)
Este sitio es compatible con IE6/NS6/Mozilla1.0
Para contactar, puedes enviarme un e-mail a tecnorama@hotmail.com