I havea function i use in modifying my images, and i want to display thos images on my page alongside other page content.
For our iPhone app, we are using 50 x 50 user image (from facebook). It works fine for iPhone 3G开发者_JAVA技巧 and 3GS but not for iPhone 4 due to its high resolution display. For iPhone 4 we tried t
I\'m a beginner at this. And I tried to search on the internet about this. And almost all that I found requires frameworks and libraries. And I don\'t really know how to use frameworks.
I have several JPEG images and I want to combine them into one big JPEG image. I can do that by creating a Bitmap and then combining them there but that way if I save it again as JPEG the image will
I\'m j开发者_如何学编程ust wondering how I would go about splitting a pixel array (R,G,B,A,R,G,B,A,R,G,B,A,etc.) into 64x64 chunks. I\'ve tried several methods myself but they all seem really over-com
I need to write some code which will operate on a number of pixel formats (eg A8R8G8B8, R8G8B8, R5G6B6, and even potentially floating point formats).
I need to develop a software that selects a face from a photo where the background 开发者_开发问答is a plain color (green, like in the movies).
I am a newbie with php and I want to play with php and images uploaded. What are the most used PHP image manipulation cla开发者_Go百科sses ?If you\'re just starting I\'d suggest taking a look at the
I took a sample code from the following URL: how to mask an image in order to mask an image. The code is working perfectly on the iPhone simulator but works incorrectly on iPhone 4 simulator (that\'s
OK i thought i understood this function but i have a complete mental block on this one. I wanted to create cropped thumbnails of size 75x75 from photos that are 800x536.