gzlboy / imagelibrary

Automatically exported from code.google.com/p/imagelibrary
Other
0 stars 0 forks source link

Needs converter for further in-code use #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I see a System.Drawing.Image and files but no BitmapImage or Image object.

What version of the product are you using? On what operating system?
1.2.1

Please provide any additional information below.
Kaliko seems cool and easy enough for my purpuses. But what I totally miss is 
an option to use the processed images further in the code. Rarely developpers 
only read-process-writetodisk pics, we need to display it!
How can I put a KalikoImage object into a?:
+ System.Windows.Controls.Image (preferably)
+ System.Windows.Media.BitmapImage

Original issue reported on code.google.com by patle...@gmail.com on 29 Jun 2010 at 9:22

GoogleCodeExporter commented 8 years ago
I've posted a couple of snippets how to convert into both 
System.Windows.Controls.Image and System.Windows.Media.BitmapImage over at:

http://labs.kaliko.com/2011/03/convert-to-bitmapimage.html

Please make sure you're using the latest version (1.2.2).

Original comment by fr3dr...@gmail.com on 30 Mar 2011 at 8:16