uluru75 Posted July 10, 2009 Share Posted July 10, 2009 HI, Using PHP code i upload, sometimes big image files. I want to resize them to a smaller dimenssions. I found some php classes for that but all of them seem to have problem with memory limit. I can't extend it since i have a outside hosting. There is only 32M. So i tried to use Perl script that is called by PHP to resize the images, however, all those commands such as exec, system etc are disabled by hosting provider. Are there any other ways to resize images or run perl scripts? Quote Link to comment https://forums.phpfreaks.com/topic/165452-resizing-images/ Share on other sites More sharing options...
ignace Posted July 10, 2009 Share Posted July 10, 2009 Yeah, manually resize them. Quote Link to comment https://forums.phpfreaks.com/topic/165452-resizing-images/#findComment-872650 Share on other sites More sharing options...
uluru75 Posted July 10, 2009 Author Share Posted July 10, 2009 I want resize them automatically to use the resized image for display (since it weigths less than original image) Quote Link to comment https://forums.phpfreaks.com/topic/165452-resizing-images/#findComment-872654 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.