473,813 Members | 2,579 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Digital Picture Auto Correction in PHP?

Hi All,

Is there any script or dll that allows me to do
auto correction to digital pictures from PHP?

Thanks in advance,
Ehud
Dec 5 '06 #1
2 3125
Ehud Banai wrote:
Hi All,

Is there any script or dll that allows me to do
auto correction to digital pictures from PHP?

Thanks in advance,
Ehud
Well, I have no clue what 'auto correcting' is in your book.
But if you need imagemanipulati on functions, go check the GD lib.
It is available on *nix and W$.

Just go to www.php.net for details:
http://nl3.php.net/manual/en/ref.image.php

To check if you already have the GD libs compiled in/linked just ask
phpinfo() and look for GD.
Note: Beware of the version of GD: Older GD libs (<2) cannot do what the
modern ones can (like truecolor, alphachannels, etc).
If you have a version >2, you are fine.

Regards,
Erwin Moller
Dec 6 '06 #2
Thanks...

I ment auto level and auto white balance by 'auto correction'...

I will check this library, look very promising!

"Ian McConnell" <ia*@emit.demon .co.ukwrote in message
news:87******** ****@emit.demon .co.uk...
"Ehud Banai" <mr*********@wa lla.comwrites:
Is there any script or dll that allows me to do
auto correction to digital pictures from PHP?

Have a look at phpthumb
http://phpthumb.sourceforge.net/

# Unsharp Mask sharpening can be applied thanks to Torstein Hønsi's
phpUnsharpMask function.
# Other filters:

* Alpha channel mask from mask file
* Auto Contrast / Levels
* Bevel edge
* Blur
* Brightness
* Colorize to target color by amount
* Contrast
* Drop shadow
* Edge Detect
* Flip Horizontal / Vertical
* Gamma
* Grayscale
* Mean Removal
* Negative color
* Reduce Color Depth
* Rounded Corners
* Saturation
* Sepia
* Smooth
* Threshold
* White Balance

Dec 6 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
5225
by: Tim Streater | last post by:
I want to generate a web page using PHP, and in the middle generate a graphic I read from another server. So the graphic is in $picture. So I can either write $picture to a temp file and then use an ordinary <img src=filename> to get the browser to display it, or output it by itself in a new page, because then I have a chance to output the correct header so I don't just get garbage on the screen. Evidently first approach is poor because...
12
10703
by: Kim | last post by:
I have a .NET service sending mails using CDOEX. These mails I need to sign. I got a tip that I should use CAPICOM. That worked fine sending a mail with signature. BUT the problem is that I have to type the password for my certificate every time my program signs a mail :o( My program is a windows service running on a server so typing passwords is
2
6210
by: Thomas Wesenigk | last post by:
Hello, I have a HTML like this: <p style="text-align:left;"> </p>
2
2886
by: Richard | last post by:
I'm trying to build a database that stores images directly from a digital camera. At least that's what I would like to do. Each image would have a record associated with it. The steps are as follows: I open up a form and enter some info. Then pick up my camera and take a picture When I'm done taking the picture, it automatically shows up on the form I have open.
2
3680
by: Martin Høst Normark | last post by:
Hi everyone Has anyone got the least experience in integrating the Digital Signature with an ASP.NET Web Application? Here in Denmark, as I supose in many other countries, they're promoting the digital signature. A lot of people already has one, to do their taxes, and much more. I have to use for a business-to-business e-commerce solution, where it's vital that the right user is being logged on, and not give his username and password...
1
1330
by: mike | last post by:
how!????? when upload picture i wanna get digital camera information such as camera name, camera company..and so on..
2
4756
by: Stupid48 | last post by:
I have this Pentax Optio camera and I want to access it via vb.net. I would like to write something where I can snap the picture from the application and it automatically acquires the image from the camera and displays it. I found a couple sample apps out there. One is a WIA app but it does not see my camera. One is a TWAIN application and it also does not see my camera. I do not see any drivers on Pentax's site that talk about WIA or...
0
4714
by: macca80 | last post by:
Hi all. I'm making an application that will take a picture with a digital camera but instead of pushing the button on the camera i want to push a button in my application. Anyone know something about that? Need help!! macca80
1
1959
slapshock
by: slapshock | last post by:
hi!!!!! can u help me with this problem........ i want to have uploading of photo in my system, but i want to get it fron digital camera.... i want to get it directly after capturing picture.... for example. the digital camera is connected in my system, after capturing the picture, the photo will automatically appear in picturebox.... pls help me with this problem.. tnx
0
10667
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10407
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10422
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9222
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5705
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4358
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3885
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3030
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.