![]() |
|
Is it possible to resize pics after their uploaded? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Is it possible to resize pics after their uploaded? (/thread-1367.html) |
Is it possible to resize pics after their uploaded? - pluto459 - 2007-04-15 OK let me clarify. I have lots of super HQ pics and when I goto the image page the image doesnt come up and I get the broken link image. If i click it and let it open and then go back the pic will load just fine. I dont have the time or super speedy connection to go thru all 10000 pics so is there a way to resize them. I searched the forum and saw an old post for cropping and resizing but not what I need. Is there a way to have the images show or what do yall suggest to fix this. Is it possible to resize pics after their uploaded? - Chilifrei64 - 2007-04-15 what is probably happening is if they are Super High Quality pictures they are most likely pretty large in size and php is running out of memory. Whoever is hosting your site will have to update the php memory limit to accommodate for your larger images. What size (in mb) are you loading up there? Also, a link really helps when troubleshooting. Is it possible to resize pics after their uploaded? - EdnaGarrett - 2007-04-15 maybe try downloading by FTP the whole folder, and do a batch resize using Photoshop or Irfanview (freeware) and re-upload. Is it possible to resize pics after their uploaded? - pluto459 - 2007-04-16 Right, I read that i was running out of memory in other threads and knew that was happening. For now i am using shared hosting and have alot of sites and dont really want to piss of my host so havent asked, nor do i know what to ask him to increase. Here is the link. I found this bit of code in another script I have and wondered if this or something like this can be written. I cant do php and have no clue so I really do appreciate your help. Is it possible to resize pics after their uploaded? - trisweb - 2007-04-17 If you're running out of memory with the current images, then resizing them on the server won't even work, since it will run out of memory in the same way... You'll need to re-upload them at smaller sizes. Is it possible to resize pics after their uploaded? - pluto459 - 2007-04-17 so does this mean there cant be a resize option like coppermine has? I want to offer wallpapers and need the full size to work. Thanks Is it possible to resize pics after their uploaded? - trisweb - 2007-04-18 Ask them to increase the php_memory_limit to something like 64 or 96 MB. Tell them it's for an image gallery, obviously. Zenphoto does resize very well, it just needs the memory for larger images. It'd be the same with any other gallery script. Is it possible to resize pics after their uploaded? - pluto459 - 2007-04-18 ok, so just got this reply. Any other suggestion besides moving hosts? Sorry, we can't do this on shared servers. Is it possible to resize pics after their uploaded? - EdnaGarrett - 2007-04-23 move hosts: http://www.mediatemple.net/webhosting/gs/ or: Is it possible to resize pics after their uploaded? - permesso - 2007-04-23 Unless I mistaken, OP is saying that the resizing is working but it is slow and times out before all resized pictures are returned. It sounds more like my problem which is just that my server (I self-host), doesn't have a fast enough processor to keep up with resizing the high-res photos well on the fly. It works, just too slow for my liking. I have the server in a VM and I have temp moved it to a faster machine and it does work better. That is what I get for using old hardware. Anyway, what I would like is simply a batch resize tool that could do the resize in the background with the appropriate cache photo size pulled from zenphoto config and of course named correctly in the cache folder. I know I should just write it myself but I haven't gotten around to it yet and it would take me forever. Is it possible to resize pics after their uploaded? - pluto459 - 2007-04-26 Permesso-- let me motivate you to write it lol The pics dont even load,seems they need to be 800x1200 and they will load just fine in the image page. I want to be able to upload whatever size and have it resize to that size so i dont have to do batch resize and go thru that mess. Let me know what you come up with. Is it possible to resize pics after their uploaded? - trisweb - 2007-04-26 pluto459 -- if your 2000x2000 images won't resize on the server, and you want to use those for Zenphoto to resize automatically, then there's no getting around that memory limit... sorry. No gallery using the GD library will work on images that big on your server, it's just not going to happen. It's like asking to fit ten gallons of water in a five gallon bucket... there's no way I can make the bucket fit ten gallons for you... you have to get a bigger bucket, or put less water in it. So since your host won't change the memory limit and make your bucket bigger, your only option is to use smaller images, or move hosts. Period. Zenphoto is exactly what you need, you just need a better host with more memory... or ImageMagick support in Zen (offloads the processing outside the PHP process), which could be coming soon, but not that soon... |