robrave Posted April 12, 2008 Share Posted April 12, 2008 I'm developing a website that display items from a game. What I want is to display an image beside the item name. My image source is one whole image file, with individual item image at a size of 32x32 pixels. Now, I'm thinking if I use image crop to extract the item image from the source or just extract each images offline save each as separate files and upload them. It is clean and neat if I just have to upload one whole image in my server and just extract/crop each individual images if necessary but I'm worried if it will cause the server to overload or something. Because if separate file for each images, that will be around 1000+ images to be uploaded and that quite messy. Thanks in advance for your advice. Link to comment https://forums.phpfreaks.com/topic/100791-to-use-image-manipulation-or-not/ Share on other sites More sharing options...
cytech Posted April 12, 2008 Share Posted April 12, 2008 Well if there are 1000+ images, that would be one HUGE image to crop from. The server would need to load this large image everytime it want's to display a single item. My suggestion, cut the images and load individually. Link to comment https://forums.phpfreaks.com/topic/100791-to-use-image-manipulation-or-not/#findComment-515508 Share on other sites More sharing options...
robrave Posted April 12, 2008 Author Share Posted April 12, 2008 hmm.. you have a point.. thanks Link to comment https://forums.phpfreaks.com/topic/100791-to-use-image-manipulation-or-not/#findComment-515549 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.