This link links to an image:
http://pix-all.com/t/w
Every other browser displays this image, only IE forces to download it.
The correct headers are set via PHP.
Is odd though that it works on my local testing server.
Any ideas why?
...
I have a project where I need to convert a large number of image types to be displayable in a Silverlight app - TIFF, GIF, WMF, EMF, BMP, DIB, etc. I can do these conversions on the server before hydrating the Silverlight app.
However, I'm not sure when I should choose to convert to which format, either JPG or PNG. Is there some kind of...
I want to upload an Image using JSP Servlet and ejb 3.0
...
Hi All,
I want to create a list view custom like this link : http://sites.google.com/site/androideyecontact/_/rsrc/1238086823282/Home/android-eye-contact-lite/eye_contact-list_view_3.png?height=420&width=279
so far I have made a list view with text, and I am not extending list Activity, but I am extending Activity only.
please i...
I'm a jQuery noob - so please excuse the probable basicness of this question.
I'm doing something pretty simple - on hover animate the position and size of an image. When you mouse over the images there are some noticeable 'jaggies' (in FF, chrome, safari and that other crappy browser) - is there a way to get rid of this? The jquery co...
I am using the following code :
$.ajax({
url: "pgiproxy.php",
data: ({ data : $("#formdata").serialize(), mode : "graph"}),
success:
function(result){
var temp = $('<div/>').html(result);
var val = temp.find('center').html();
$('#BFX').html(val);
...
This happens when I try to create an image.
How to capture this error and return an error message instead? (In other words, avoid this error from showing and instead add to error messages by errors.add_to_base)
...
I'm looking for a jQuery plugin that can help me with the following:
I have a list of images I want to use for my header but they are pretty big (height especially) and I don't want to resize them to fit my small header div.
What I'd want is a plugin that allows the images to start at the bottom of the div (or rather the top of the im...
Hi All,
I need to implement the lazy loading concept for the images in my tableview, so that the user will be provided with the textual data initially and later the images.
How can i implement this in to my app.. help needed.. please
Thanks in advance
Shibin
...
Hello!
I want to programaticly open androids image application to show only images from speciffic directory on the SDcard. Is there any way to do it? I just cant find a way.
...
I have a flex popup menu that uses an icon which is imported thusly:
<mx:Object label="THing" icon="@Embed(source='/resources/items.swf', symbol='Icon_Suitcase')" />
The item is a SWF, and therefore a vector. When the menu pops up, the icon is gigantic; I'd really like to force it to be 16x16 (it's used in several places, so just resi...
I asked a question recently, How can I create an Image in GDI+ from a Base64-Encoded string in C++?, which got a response that led me to the answer.
Now I need to do the opposite - I have an Image in GDI+ whose image data I need to turn into a Base64-Encoded string. Due to its nature, it's not straightforward.
The crux of the issue is ...
Hi all. When I am trying to create image like
Image<Gray, Byte> testImage = new Image<Gray, Byte>("david.jpg");
When compiling it gaves An unhandled exception of type 'System.ArgumentException' occurred in System.Drawing.dllexception.
But if I use
DialogResult result = openFileDialog1.ShowDialog();
if (result == Dialo...
nice /usr/local/bin/convert -colors 2 -colorspace gray -compress group4 /var/www/html/uploads/pokemon.jpg /var/www/html/uploads/pokemontest.jpg
This command worked with a really OLD version of Image Magick.
With the newest version this method produces a completely black image.
nice /usr/local/bin/convert -colorspace gray -compress gr...
Hello everyone,
I have a contact form and I added an image as a background. The background image is flickering when I move the mouse over the fields in IE(6,7,8).
If I remove the contact form (made with divs) everything is fine. I tried to build the form with table and I have the same problem.
Any solution?
Every idea is welcomed!
...
Hi, I'm trying to show a different image when the button is disabled. Should be easy with triggers, right?!
For some reason, I have not been able to get the image source to switch to the disabled image when the button is disabled. I've tried setting triggers on both the image and button. What is wrong with what I have below? How can I...
I have an idea for image copy-protection that I'm in the process of coding up and plan on selling to one of my clients who sells images online. If successful I think there would be a lot of people in a similar situation to my client who would be interested in the code also. I think this is a fairly unique idea that could be packaged into...
I am building a Google App Engine App that lets users upload images; I have everything working fine, but I am struggling to find a way to ensure that the user does not upload an image too large (because I am resizing the images, so this crashes my python script).
When a user uploads a large image, I get this error
RequestTooLargeError: ...
I'm trying to show an image inline on a page. It is being served by a codeigniter controller.
class Asset extends MY_Controller {
function index( $folder, $file ) {
$asset = "assets/$folder/$file";
if ( !file_exists( $asset ) ) {
show_404();
return;
}
switch ( $folder ) ...
Hi,
I am trying to place something (text/image) on another image. How can I do this in Action script or PHP? My trouble is finding the edges of the base image and position the text or image accordingly. Something like at http://www.zazzle.com/cr/design/pt-mug. Somebody please help me.
regards
tismon
...