I was reading the doc on the imagefilter and was wondering what does it mean when it reads. What should I expect to see when either occurs?
I have a problem with the imagefilter function I get the first example to work but not the second or third examples to work can some one help me figure out what I am doing wrong?
here is my page here is my form <h2>Upload Photo</h2> <form name=\"photo\" enctype=\"multipart/form-data\" action=\"<?php echo $_SERVER[\"PHP_SELF\"];?>\" method=\"post\">
I\'m trying to create an image with GD then use that image with a class that requires I have the path to the image t开发者_如何学Goo access it. But I won\'t need the image again; so I am trying to not
I\'m trying to upload a base64 encoded image and save after decoding it. Image is getting uploaded and saved, and I can access it using a URL and everything..but the image gets rotated by 90 degrees a
I have 4 small JPEG images (40px x 30px) and I want create an image of tiles开发者_如何学运维 using GD.
I\'ve got a PNG image with a transparent background and a white circle. I\'m trying to colorize the white circle into a specific color, but I\'m having difficulty using this code:
I\'ve got a security camera set up, and i\'m comparing 1 minute batches of images to check if there\'s been any motion. I have 10 coordinates that I check between each image. If any pixels don\'t matc
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have a png that is a set of white shape on a transparent background. I\'m trying to change to color of the shapes while preserving the transparent background. I\'ve been experimenting with the code