Is there a way to crop (delete) an object out of a series of image files? The object's characteristics are consistent between files, but the placement along the Y-axis varies.
Attached are two examples of files, from which I would like the "step" bars removed. I would like to build a script to be able to recognize and remove them from ...
hello guys,
I noticed that digg.com and google.com are using kind of css optimization in their gif header image. for example digg uses this image http://digg.com/img/menu-current.gif .
can any one give me an idea why they are using this technique and how to do it in my own site?
regards,
...
Hi all,
I am trying to create a iPhone app that allows the users to upload a image and allows other users in the same group to share their views on that image. I have successfully implemented the upload and download of the images using a .NET web service(xml parsing of the NSData obtained from NSRequest) . The next step is to create us...
I am try to download image files from url from the following code, but it doesn't return the right content from the server. The image can be rendered in browser by loading the url or downloaded using curl in shell mode, but not in php execution. In php execution, the header's content type returned from the server is 'text/html' instead o...
Hey guys
I've got a nice text based java program that I'd like to add a GUI to.
I have dabbled with Netbeans and shouldn't have too much of a problem getting the components in place.
However, the program will have to dynamically update images within the interface window, and I'm not sure what the best way to go about doing it is.
Ar...
I am generating a large HTML table, and I use images for many of the cells. For example, one column might either have a thumbs up image or a thumbs down image. If I have 300 rows and 200 of them are thumbs up, they all have
<a href="link"><img src="http://myserver.com/thumbsup.png"></a>
so it seems like I am going to the ...
Here is my button template,
<Microsoft_Windows_Themes:ButtonChrome
x:Name="Chrome"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
RenderDefaulted="{TemplateBinding IsDefaulted}"
RenderMouseOver="{TemplateBinding IsMouseOver}"
RenderPressed="{TemplateBinding IsPressed}">
...
Hello guys
This is driving me mad. I would really appreciate if you told me any idea about why I see this square in red color just in my local xampp installation. If I run the code in the remote server (http://www.arreglaordenador.com/numberimage2.php) I see the square in black color instead of red. Do you have any ideas?
<?php
$im = i...
Having loaded two different images I want to do the following operation and obtain image3.
image1.red * image2.alpha = image3.red
image1.green * image2.alpha = image3.green
image1.blue * image2.alpha = image3.blue
I wrote the code in the link below for Android and was basically looking for the same functionality in Objective-C/Cocoa. ...
since i do not have any image editing software, i am going to use vb.net to slice an image horizontally. can someone help me get started please?
...
This code is taken from http://wilq32.googlepages.com/wilq32.rollimage222, and is supposed to animate an image rotation.
I can't figure out the structure exactly, and how to train it to do what I want, for example - make div X rotate div Y on hover (instead of rotating itself), or adding other functions such as fade to the animation.
$...
Hi I am creating a wordpress custom page theme, I have included the code. Is there a way to dynamically add the list items. In the code I grab each image related to its post with screenshot1 screenshot2 so on... This all currently works. My problem is at the current moment if I upload 2 screen shots 3 list items will show up and the thi...
Hi,
I can not find useful code for how storing the images into BLOB ,please help me with some code and also can I show those images from MySQL to my desktop pane in GUI?
...
Hi
I have a Image path(some thing like this "http://ABC/XYZ/PQR.gif").And I want to assign this image to checkbox in winforms using C#.winfroms checkbox does not have SRC,How can I assign this image to checkbox.?
...
In medical imaging, there appears to be two ways of storing huge gigapixel images:
Use lots of JPEG images (either packed into files or individually) and cook up some bizarre index format to describe what goes where. Tack on some metadata in some other format.
Use TIFF's tile and multi-image support to cleanly store the images as a sin...
How to cut off the blank border area of a PNG image and shrink it to its minimum size using Python?
...
Hello,
Is there a way to select the control points automatically in Matlab instead of manually selecting them by cpselect? Thank you very much.
...
I am developing a Windows API application without using MFC.
I am using standard Windows libraries.
How do I draw a PNG image in a window?
Help me with some sample code.
I have tried some codes which are available on the Internet, but all are using MFC.
...
Is there a way to insert binary data into sql server directly from SQL Server management studio?
...
Hello, I'm a beginner and I was wondering how pictures,video,windows and buttons etc are represented visually on the screen. I'm not asking whether it was made from for example gtk or wxwidgets, My question is what is the fundamental idea behind making the pixels come up the way they do. And what exactly does GUI library use to put them ...