Tagged Questions
5
votes
1answer
451 views
Break image into tiles
Hey.
I havea 480 x 800 image and would like to place this on my tilemap. I'm trying to split the image into into a grid (6 x 10) and assign each tile that specific portion of the image. ...
4
votes
6answers
3k views
How can I render text on a WriteableBitmap on a background thread, in Windows Phone 7?
I am trying to render text on a bitmap in a Windows Phone 7 application.
Code that looks more or less like the following would work fine when it's running on the main thread:
public ImageSource ...
4
votes
1answer
520 views
Drawing on WriteableBitmap
I have a WriteableBitmap and would like the user to be able to draw over it as if it was an InkPresenter control. What is the best way to go about doing this in realtime? Using WriteableBitmap.Pixels, ...
4
votes
3answers
1k views
Does Silverlight 4's WriteableBitmap *really* cripple legit cross-domain access in the name of DRM?
In this thread from a year ago it's explained that WriteableBitmap will block read access when any part of it comes from an outside domain - say a free image server.
It's further elaborated upon that ...
3
votes
1answer
167 views
Can I use Silverlight's WriteableBitmap to save non-visible parts of my UI to a bitmap?
Say I have some grid that you need to scroll down to see all of its lines, and I'm interested in saving some lines that are not currently visible as a bitmap. Is it feasible, or do I have to actually ...
3
votes
1answer
503 views
WriteableBitmap failing badly, pixel array very inaccurate
I have tried, literally for hours, and I have not been able to budge this problem.
I have a UserControl, that is 800x369, and it contains, simply, a path that forms a worldmap.
I put this on a ...
3
votes
1answer
574 views
Overlay WriteableBitmap with color
I'm trying to overlay a WriteableBitmap with a certain color in Silverlight. I have a black and white base image, which I'm using to create smaller WriteableBitmap images for a new composite image and ...
3
votes
2answers
747 views
where did PixelFormats and WriteableBitmap.Lock go in Silverlight3?
A few months ago I built some online samples like this one from Jeff Prosise that use the WriteableBitmap class in Silverlight.
Revisiting them today with the latest Silverlight3 installer ...
3
votes
4answers
9k views
Using FJCore to encode Silverlight WriteableBitmap
I am trying to find out how to use FJCore to encode a WriteableBitmap to a jpeg. I understand that WriteableBitmap provides the raw pixels but I am not sure how to convert it to the format that FJCore ...
2
votes
1answer
674 views
Does WriteableBitmap has new features in Silverlight 4?
and if someone could give me an example on how to use it, with a stream? (not sure how that works) I know how to create a BitmapImage from an URI now I need to convert this image to a WriteableBitmap, ...
2
votes
2answers
458 views
WriteableBitmap in .NET 4
I have got a problem: I would like to use a method Render() for WriteableBitmap object. However, as I noticed, the method is not available without using a Silverlight assembly System.Windows.dll. I ...
1
vote
3answers
89 views
Creating WriteableBitmap form chart issue
I have a problem when trying to create writeable bitmap form Silverlight toolkit Graph.
When using textBlock, everything is fine, but after trying to use Chart, generated bitmap is empty :( .
var ...
1
vote
1answer
51 views
Save as a image all the content of a grid
So, I'm trying to save an canvas content as an image. I'm using this for it:
var img = new WriteableBitmap(myCanvas, null);
Problem is that the image is not showing all the content inside of the ...
1
vote
1answer
105 views
Why doesn't Silverlight support BMP/JPEG/PNGBitmapEncoder?
I am trying to save a WriteableBitmap to local in Silverlight using SaveFileDialog. A question similar to mine is asked Here.
And the answers show several opensource encoders and workarounds.
They ...
1
vote
1answer
90 views
How do I get an image from a file in a silverlight C# library into a writeable bitmap without using ImageLoaded event?
I need to have an image in my silverlight library and load it into a bitmap. I want to just refer to it like a resource, but not sure how to go about it. I don't have any xaml at all in this ...
1
vote
2answers
763 views
Uploading a JPEG created from a WriteableBitmap without saving it to the users computer first
I have an application that allows users to upload videos to the server and part of the process is to create a thumbnail image on the client that will be used for the video when loaded on the server. I ...
1
vote
2answers
356 views
Opening an image file into WritableBitmap
Here is the problem.
I want to open a file from local drives, then make it into a WritableBitmap so i can edit it.
But the problem is, i cannot create a WritableBitmap from Uri or something like that. ...
1
vote
4answers
852 views
How do I disable silverlight cross-domain content protection for WriteableBitmap
I have an Esri map in silverlight and I am trying to get a screenshot. However, I am facing cross-domain content protection for writeablebitmap, saying "Pixels are not accessible".
Is there a way ...
1
vote
1answer
343 views
In WebBrowser control get Silverlight Canvas
I have a webbrowser control that loads an html page which contains a silverlight object.
I want to use the webbrowser control to get the silverlight canvas so that I can pass it to a ...
1
vote
2answers
120 views
Pixelvalues turn up negative
I want to save a writableimage in Silverlight to disk.
I found this tutorial : http://kodierer.blogspot.com/2009/11/convert-encode-and-decode-silverlight.html, and have based my code on the ...
0
votes
3answers
85 views
Silverlight - Passing WritableBitmap Image to COM and convert to Bitmap
Need help in passing Image from Silverlight4 to COM.
I am trying to pass a ByteArray from WritableBitmap and convert it back to Bitmap.
//In silverlight 4:
public string func1()
{
...
0
votes
1answer
39 views
WriteableBitmap Transform to Center?
I need to put an user control (a TextBlock in this case) in the horizontal center of a WriteableBitmap, here is the code that i come with so far:
textblock1.RenderTransformOrigin = new Point(0.5, ...
0
votes
2answers
100 views
Issue with rendering WriteableBitmap from Image in Silverlight
I have a next problem, I need to convert array of bytes to WriteableBitmap with resize. I write next code.
private byte[] ResizeImage(byte[] array, double maxWidth, double maxHeight)
{
...
0
votes
0answers
26 views
Converting silverlight ico/icon parser by Joe Stegman to visual basic
I'm converting Joe Stegman's source code (available here) from c# to vb and everything goes smoothly with no errors but in the vb version only the 256x256 24bit icons are displayed.
All other icons ...
0
votes
2answers
178 views
Save a WriteableBitmap as an image to SharePoint document library
I have a requireemnt in which I have to upload a WriteableBitmap generated as an image in to SharePoint document library. Can anyone please help me ? Thank you.
0
votes
0answers
70 views
Rendering UIElement region
Good day.
I'm creating a Silverlight game with isometric view rendering to WriteableBitmap.
The game map consists of tiles. All entities in the game have FrameworkElement with it's graphics and ...
0
votes
1answer
76 views
Loading Image in Silverlight
I want to create a WritableBitmap and display a bitmap from stream onto a Image object. How to do that in Silverlight. I am doing the following which is not working.
Image img = new Image();
...
0
votes
0answers
151 views
Best way to store and load sprites (Images) in silverlight
I'm converting a small game to Silverlight, I have my sprites currently stored in the Silerlight application /Graphics/tiles.bmp and /Graphics/hero.bmp
I need to load these into a WriteableBitmap so ...
0
votes
2answers
655 views
Silverlight 4 WriteableBitmap to Bitmap
This is my first Silverlight app and my first go at C#. I have a C# class library that I access from Silverlight using COM. The C# library has a method that takes a Bitmap as an argument, however ...
0
votes
1answer
425 views
Handling image load exception gracefully
I'm loading user images using Silverlight 3.
Everything works fine and I can set the file stream to a BitmapImage and it gets rendered OK.
The problem is that if I try to load something that's not ...
0
votes
1answer
330 views
Overlay two images using WriteableBitmap
I have got two images, say png and jpeg and I need to overlay them.
In WPF it can be done by DrawingGroup (unavailable in SL). I guess it might be done
with WriteableBitmap instead. Do you have any ...
0
votes
1answer
3k views
Silverlight: converting WriteableBitmap to stream
Given a WriteableBitmap, how can I save the bitmap back into an image stream (JPG or BMP)?
My scenario is:
Show OpenFileDialog, let user select image
Load image into WriteableBitmap
Resize image
...