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 ...
Hi to all!
As the title says, how can generate (and display) images on the fly for simple charting, resizing etc?
Thanks
...
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...
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...
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)?
...
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...
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.
...
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
...
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?
...
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 ...
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...
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...
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...
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...
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!!!
...
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...
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?
...
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?
...
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...
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#.
...