TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   General (http://www.talkphp.com/general/)
-   -   Creating Image Thumbnails WITHOUT header() (http://www.talkphp.com/general/2051-creating-image-thumbnails-without-header.html)

aristoworks 01-22-2008 03:54 PM

Creating Image Thumbnails WITHOUT header()
 
I posted an issue a few days ago about how I'm using a flash remoting framework known as amfphp. I have no control over this.

I am needing to create thumbnails based on images (Primarily jpg and gif but would like png support).

I know how to create a thumbnail utilizing a header() but unfortunately I cannot utilize header() as it's already output by amfphp and at runtime it's throwing a nasty "Headers already output" error.

Is there an alternate way of taking an image - creating a thumbnail without utilizing header()'s.

Thanks
jw

sarmenhb 01-24-2008 04:22 AM

whats wrong with setting this in your <head></head>



Code:

<style type="text/css">
.thumb {
width:40px;
height:30px;
border:0px;
}
</style>


danielneri 01-24-2008 12:53 PM

Resize/Thumbnail Images With PHP - Viper Creations

Edit this to your needs =)

wGEric 01-24-2008 11:42 PM

Are you creating the thumbnails on the fly or can they be stored somewhere?


All times are GMT. The time now is 05:51 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0