image

Asp.Net Adding Images to SQL Table...What am I doing wrong?

I have done this previously but in a different way. I am trying to get the code below to work. If I do not cast 'OriginalPhoto' or 'Thumbnail' an error occurs. Implicit conversion from data type varchar to varbinary(max) is not allowed. Use the CONVERT function to run this query. I don't understand why it asking to cast. However if I do ...

How to generate images on the fly in ASP.NET

Hi to all! As the title says, how can generate (and display) images on the fly for simple charting, resizing etc? Thanks ...

ASP.Net Display Images in a GridView span across columns and rows? Using C#

I have some thumbnails I want to display in a Gridview. I am not familiar with all the customization that is offered. Basically I want to store the images in a Gridview, maybe spanning 5 columns wide...and then however many rows it takes to complete the rest. I don't want any column or row titles, and really don't want to see evidence of...

Asp.Net Image in datalist onclick event? is it possible?

Ok I have been working on this gallery for some time and I keep getting little tidbits. It is now time to finish it off. I have a datalist which binds to an array of *.aspx image urls that contain a thumbnail id that is sent through the url. I now need to implement an onclick event, that when a user clicks on a photo, it brings them to t...

Is it possible to convert PowerPoint to images programatically?

I'm wondering if it is possible to convert a slideshow from PowerPoint (ppt/pptx) to a series of images (jpeg/png) (one for each slide)? Are there any libraries that do this out there (C#, C/C++, Ruby)? ...

Load image not in xap Silverlight

Hi, i'm developing an application and i would load an image that isn't in the clientbin folder, but in a folder placed in my server. I would do something like this BitmapImage bit = new BitmapImage(); string path = "c:/image.png"; bit.UriSource = new Uri(path, UriKind.Absolute); identity.S...

Is there a WYSIWYG Text editor that will allow cut-n-paste of images from a web page

I need a web based editor that will allow the user to drop an image on the screen and it will upload the image and then reference it. Are there any editors out there that will fill the bill. I mainly need it to work in IE6 as that is what IT here has deemed as the standard browser. ...

Resized images not smooth in flex

I am loading images in flex 3.0 , but when they are resized they look grainy and distortered . Can i give some sort of effect or dsomething to fix this .thanks ...

How can I make my image scrollable? [Android Platform]

I have an image that takes up a lot more space than the android screen. I want the image to be presented full size and the user can move in any direction. Like a map. Any suggestions? ...

Obfuscating images

I want to distribute a few images and not allow others to see them unless they are using my program. My intention will be to use JPG files in which I will alter the header so other image viewers cannot read them anymore. For example I can delete the bytes 7-10 which are the magic signature for JPG. Later, my program will reconstruct the ...

How to change image and alt attribute on click?

I'm looking to change several images onclick using JQuery instead of normal JavaScript and also change the image alt attribute at the same time for accessibility. It should be something easy as I'm not looking to do some special effect on change but I still haven't find anything about it. Here is the way I was doing with JS (without ch...

Can I add a binding rule to a Silverlight element?

Hopefully I phrased the question correctly. If not, let me explain. I want to bind an Image element's Source property to a the ImageUrl property of my DataContext object. Here is the XAML: <Image x:Name="EmployeeImage" Grid.Column="0" Grid.Row="0" Grid.RowSpan="2" Source="{Binding Path=ImageUrl}" Stretch="Uniform...

Sys.InvalidOperationException: ImageError error #4001 in control 'Silverlight1': AG_E_NETWORK_ERROR

I'm getting the following error every time my Silverlight application load and cannot figure out how to get around it. This error occurs right when the UserControl is loaded (but before the Source is bound). I've tried handling this error during the ImageFailed event, but it is not fired when this exception is thrown. What can I do? <Im...

Setting up a Gallery of Images with NetBeans

I want to display a set of images (with associated text) on my window. I want to iterate through them using a previous and a next button. So far, I have only been able to associate the image with a JLabel. =/ How do I go about doing the rest? Should I use a different container for the complete set? Should I load the images on a data str...

Best way to create a folder and upload a image to that folder in ASP.NET?

Hi Any code examples on how i must go about creating a folder say "pics" in my root and then upload a images from the file upload control in into that "pics" folder? If you don't want to give me all the code, i will be happy with a nice link also to show me how this will be done in VB.NET (C# is also ok). Thanks in advanced!!! ...

Is it possible to upload [MovieClip] images to imageshack using Flash?

Hello all Is it possible to upload a MovieClip as an image to a image hoster such as imageshack or flickr? If it is possible. Please give direction. Thank you all Update Even if this is possible, would the hoster require the image to exist physically in a file location? Update 2 I sort of know its possible now. But can someone ple...

Silverlight : Get image size

Is there a way to get the original image size in terms of width and height of a png image that is loaded in an image control? ...

Insert images to XML file

I would like to insert an images within an element the XML file, what is the best way to do this? Would you please suggest some good way to include an images to xml file? ...

Is Fortran 77 POSIX conformant? - Write binary files

I'm trying to write binary data files from fortran, but I find the regular file interfaces very limiting, I wonder if Fortran has POSIX compilant functions. I found this standard: IEEE 1003.9-1992, but I don't know it if is fully supported by most common compilers (or if I have to activate any flags). I can't find any practical informat...

Photo application

I'm developing an application just for fun that consists of capturing images from a webcam. What I would like to know is how can I apply some filters to the image that I capture? Ideally I would like to develop something like Apple iPhoto; something that defaces the image. The programming language I am using is C#. ...