Microsoft
Software
Hardware
Network
Question : How to crop image blank space in php
I have an intranet web app that captures a 320X200 jpg image from a signature pad and displays it via php/apache. What I need to do is crop the image to eliminate the blank space around the signature. My current process displays the image in a 80X50 image tag which shrinks the actual jpg. If I can crop the blank space around the signature, I won't get as much shrinkage on the image. I'm sure php has a way to load an image, find the borders of the signature, and save the cropped area, but I'm new to php and haven't the faintest idea where to start.
Answer : How to crop image blank space in php
Check out below link to see if it helps?
http://lkml.indiana.edu/hy
permail/li
nux/kernel
/0206.1/
05
45.html
Random Solutions
How to create a test SAN environment with ESX server
Reetrieving SQL data from a store procedure in ASP
using external USB Bluetooth instead of Mac Pro built-in Bluetooth
Network slowdown because of...
DatetimePicker Problem C#
Oracle cursor loop gives error ora-06502
get hardware information for app
Excel to Word data merge: suppress page breaks
float and real
Can a C++ class declare instances of itself without having to use 'void *' ?