There are some very useful classes for working with images. I am stuck with gdi+ for now, I would like to use these classes for my web app. I tried to add a reference but I can't find the assembly.
Any ideas if this is even possible?
http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.aspx
...
In Java, how can I resize an image into a default size for any kind or size of image?
...
Hi
I'm working on a website that's already been designed by someone else. The designer has used a big image (900x700 100KB) which contains a big logo right across the top, then the background for two columns.
This image loads every time a page is loaded as it forms the basis for the website. What should I do with it to improve loading ...
im making a line in php and so far its showing fine, but what problem im getting now is the line is not being smooth, it shows as breaking edges. following is the code for making radius line:
function draw_radius($img, $x1, $y1, $radius, $angle, $arrow_color, $arrow_length = 10, $arrow_width = 3)
{
$x2 = $x1 + $radius * cos(deg2rad(...
I have used the "tutorial" on here but for some reason it didn't work.
Can anyone give me a step-by-step guide for setting up a multiple image form (upload) with other form elements ...
Also another tutorial (a good one) may be provided.
I only want to use the paperclip plugin.
@Gordon Isnor:
I have uploaded my current (noob) project...
I'm pre-generating a set of web pages, each with a few hundred small, static, randomly sized images. I would like to fit these images into the smallest area of the page possible. Order of display isn't particularly important.
Is there a general way to maximize the display density of these images?
Currently, I'm doing the simplest thi...
There are a number of questions on stackoverflow about drag-and-drop but I can't see that any relate to this question specifically.
Question: Is it possible to drag-and-drop an image from one Web application (or site) to another Web application (not the same window etc.)?
I'm not looking for specific technologies that may help one achi...
Any one help me.. Send me the link of image tutorial of java?
...
Hiya,
I'm trying to theme one of my content types, which has images uploaded to each instance using the image attach module.
Using the developer module, I've found the iids value of the uploaded image (eg 305), but i'm having trouble finding out how I can actually display the image in my code. This line outputs the node id of the imag...
2 times out of 10, i will get a 404 response code when i run the code below. can someone please give me some hint why i even get a 404? if i'm missing a command that could prevent a 404 from happening, please point that out. the end goal is to get an image from a remote server and place it in a Bitmap object. nothing complicated. also, i...
Hi,
I was wondering if someone can look at the ActionScript (2.0) i have from a flash menu that I bought. I know some flash but can't seem to find a way to make the images cycle through all the photos in the folder instead of loading just one random static .jpg. Also, I would like the images to load with a fade effect.
Thanks for any h...
Hi all,
I want to display my images into the rss feed.
I have the job already done. But i want to create a seperate tag for it.
Now the image is included into the HERE THE IMAGE AND CONTENT
How to create this seperated?
Like: here the image
HERE THE CONTENT
Some ideas?
...
I'm trying to save a picture in a relative path of my project. I want it to be in a folder called "images". By using this code
theImage.Save("\\images\\image.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
I realized by testing with an absolute path, that the folder "images" must exist for it to work. problem is, I don't know what the...
I'm extremely new to jQuery and JS in general. I need the script to scan a page and replace any images classed 'rounded' with a wrapper div so I can apply rounded corners through css3. The code I've done works perfectly except if there's more than 1 image on the page, it just returns the first image 3 times instead of 3 separate images....
Hi folks
I am trying to create a "simple" modal type of operation. When a user clicks on an image it opens a mask over the screen (done that) and displays the image (can't do that). This is ment to be very simple, no need for galleries etc. hence just a simple effect.
The code generated for the mask is
$j(document).ready(function(){...
hi
i create the plugin to add image to each category,
i want to upload image at time of add category and also in edit category,
also in list of category i want to retrieve each category name with image
thanks in advance
have dream day
...
Can somebody point me to sites with not supported by Qt image format plugins (reading/writing). XCF and PSD for example.
...
I've a list of empty divs and dynamically inserting a background image – so at first, their background-image: url(); property is completely empty. With some event, it's background-image url loads into the previously empty background-image: url(); tag. The url of the appearing background-image is temporarily stored in the "alt" tag of the...
Is there a way to have a flash control scroll through a number of images with descriptions without knowing Flash?
Perhaps like LightBox but with nice scrolling.
...
Open the following page in IE7 and try clicking on the image within the category boxes:
http://www.southwestmedical.com/category/Diagnostic-Products/354
As far as I can tell, I'm not doing anything outside of the scope of (X)HTML/CSS, why am I not able to click these?
...