(Preamble: This seems like such a typical thing to want to do that I was surprised I didn't immediately find examples and tutorials about it.
So I thought it would be valuable to have as a StackOverflow question.
Pointers to related examples and tutorials will certainly be welcome answers.)
To make this concrete, the goal is a webservic...
I need to make image sharing website .Like flickr picasa etc..
is there any open source available for it ?
...
Hi,
I need to make a system library (will be embedded in the system image on some phones). It needs to be used with the "uses-library" feature. (just like Sprint created such a system library for their Evo 4G front-facing camera support)
My question is:
- How can I create such a project? (I'll need to create a stub to link against and ...
Hi all, i want to upload images from my iPhone into asp.net web server. Iam new to iPhone developemnt. Please help...
...
hi, i'm trying to loop through all images on the page, should be easy but i can't see where im going wrong here. the imgs gets populated with the images but the imgs.length returns 0; its somethign stupid but i just cant figure it out.
var imgs = document.getElementsByTagName('img');
console.log(imgs);
console.log(imgs.length);
if(imgs...
I want to create a launch image for my app. The HIG states:
For iPhone and iPod touch create launch images that include the status bar region in the following sizes:
320 x 480 pixels
640 x 960 pixels (high resolution)
I've tried to screenshot my app within the iPhone Simulator. But here the status bar is on the screen ...
I'm developing a simple image processing app and I've encountered an issue on my test unit (iPhone 3G) that generally any image over 1024x1024 pixels will cause the app to crash when saving.
The process my app follows:
User selects an image via UIImagePicker
A working copy of the selected image is created and resized to the view bou...
Hello,
I am looking for a Windows program that can show an image in fullscreen mode, being transparent itself at transparent image regions. My goal is to have an image layered over the Windows desktop.
I do not have to interact with the desktop, but it's content changes. And the image is intended to highlight certain regions...
Before...
I have a image that has 4 rectangles on it.
The rectangles are (30, 50, 100, 100), (120, 107, 230, 159), (5 , 210, 70, 233), (133, 20, 328, 80)
I need to figure out how to translate that to a html page using tables so that each rectangle is one cell.
I solved it! Thanks guys :)
I ended up using absolute positioning and divs as per s...
I have two divs, whose heights I would like to control relative to each other. The point of these divs is that when a user mouses over one of them, it expands vertically and the other retracts vertically (smoothed with CSS transitions). Basic markup:
<div class="product">
<h2>Product Name</h2>
<div class="preview" style="backgr...
Hello,
I am relatively new to Photoshop and I want to improve my skills. I am looking for recommendations from the stackoverflow group for screencasts or tutorial which will show me the basics to advanced use of the Photoshop software,
Any suggestions would be greatly appreciated,
--J
...
I want to improve one of my Facebook apps by allowing the users to apply border styles to their images. I am not exactly sure how this can be done, but hopefully someone here will be able to help. The application is written in PHP. I originally thought that I would be able to create an image with just the border, a few pixels wider and t...
I am working on improving one of my Facebook apps by allowing the user to upload an image and apply a styled border, or frame to it (i.e. clouds, stars, sky etc). The user chould also be able to save the image, with the border after it has been applied. This explains a little better what I need:
http://zbrowntechnology.info/ImgDisp/imgd...
I have a gif file with many icons and buttons on it..
What I want to do is include that gif file using php gd somefunction("file.gif")
then, resize the new image to 30px by 30px.. and then be able to position (using x and y coordinates) the actual gif file, so that only a certain area of the image shows on the new file..
just like the ...
Client does not like the dotted border. I like to leave it there for accessibility reasons. :/
I guess I have to though because the client asked, how would I?
...
Hi guys,
Is there a way to display an image on a Boundfield of a dynamically generated GridView where the filename of the image is the data for that column? How can it be implemented?
I have implemented it this way but surely, this isn't right.
column = new BoundField();
column.DataField = "VITALITY_COLOR";
column.HeaderText = "Vitali...
I would like to plot gradient magnitudes of an color image in matlab. Precisely saying i want the gradient in my x-axis and the log of probability density on my y axis. i would request if someone can help me out. Thanks
...
Hi all, i'm running a niche website for a very conservative group and one request they have is that we need to make it as difficult as possible for users to save images of other users. i know there is no way to satisfy this requirement 100% but at least i can make it difficult for people to save images off the site.
The only thing i've ...
I'm new in the field of gtk+. My question is that is there a way to render images very fast in gtk??? I mean is there a way to directly alter the image data in frame buffer or video ram or something like that? Do pixbufs do the same thing?? I need to apply this for a scrolling example. Is cairo good for fast rendering of images?
...
I am working on improving my Facebook app. I need to be able to resize an image, then save it to a directory on the server. This is the code I have to resize:
<?php
// The file
$filename = 'test.jpg';
$percent = 0.5;
// Content type
header('Content-type: image/jpeg');
// Get new dimensions
list($width, $height) = getimagesize($filenam...