Click here to Skip to main content
16,011,988 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Multiple UserControls Pin
zauberfisch11-Jun-09 0:39
zauberfisch11-Jun-09 0:39 
AnswerRe: Multiple UserControls Pin
#realJSOP10-Jun-09 23:31
professional#realJSOP10-Jun-09 23:31 
AnswerRe: Multiple UserControls Pin
Gideon Engelberth11-Jun-09 3:27
Gideon Engelberth11-Jun-09 3:27 
QuestionSound animation Pin
Member 343091110-Jun-09 12:43
Member 343091110-Jun-09 12:43 
AnswerRe: Sound animation Pin
Christian Graus10-Jun-09 14:49
protectorChristian Graus10-Jun-09 14:49 
QuestionHow do you save a lossless rotation of a JPEG file under WPF? Pin
fjparisIII10-Jun-09 4:26
fjparisIII10-Jun-09 4:26 
AnswerRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
Christian Graus10-Jun-09 8:50
protectorChristian Graus10-Jun-09 8:50 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
fjparisIII10-Jun-09 9:19
fjparisIII10-Jun-09 9:19 
Christian Graus wrote:
There is no such thing as lossless JPEG compression


You're absolutely right about that, but what I was asking about is how to rotate a JPEG or HD Photo image without doing another round of compression. If a JPEG file is rotated in 90 degree increments, theoretically it is possible to rotate it losslessly, and all self-respecting software does this.

I thought this was fairly well known information. In a previous application of mine that used GDI+ instead of WPF, you could rotate and save an image 100 times without the slightest image degradation. There's just got to be a way of doing this with WPF as well.

Conceptually what you have to do is separate the image data from the metadata and do a block by block transformation of the image data without going through the compression algorithm. But I just don't know the right calls to make in WPF to do all this heavy lifting for me. I don't think there's any way to do this if you start with the TransformBitmap and RotateTransform classes.
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
Christian Graus10-Jun-09 9:24
protectorChristian Graus10-Jun-09 9:24 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? [modified] Pin
fjparisIII10-Jun-09 9:48
fjparisIII10-Jun-09 9:48 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
Christian Graus10-Jun-09 9:56
protectorChristian Graus10-Jun-09 9:56 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? (STILL NOT SOLVED) Pin
fjparisIII10-Jun-09 10:39
fjparisIII10-Jun-09 10:39 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
Christian Graus10-Jun-09 11:00
protectorChristian Graus10-Jun-09 11:00 
QuestionHow do I make my 3D models look more realistic Pin
Etienne_12310-Jun-09 3:40
Etienne_12310-Jun-09 3:40 
QuestionMultiple client access in a wcf service Pin
JS 200810-Jun-09 3:26
JS 200810-Jun-09 3:26 
AnswerRe: Multiple client access in a wcf service Pin
Mark Salsbery10-Jun-09 6:57
Mark Salsbery10-Jun-09 6:57 
QuestionSilverlight + WCF Communication Pin
JS 200810-Jun-09 3:25
JS 200810-Jun-09 3:25 
AnswerRe: Silverlight + WCF Communication Pin
Mark Salsbery10-Jun-09 6:53
Mark Salsbery10-Jun-09 6:53 
GeneralRe: Silverlight + WCF Communication Pin
JS 200810-Jun-09 17:54
JS 200810-Jun-09 17:54 
GeneralRe: Silverlight + WCF Communication Pin
Mark Salsbery11-Jun-09 10:22
Mark Salsbery11-Jun-09 10:22 
QuestionHow to get images in Application's folder Pin
Nekkantidivya10-Jun-09 2:40
Nekkantidivya10-Jun-09 2:40 
AnswerRe: How to get images in Application's folder Pin
User 27100910-Jun-09 5:00
User 27100910-Jun-09 5:00 
AnswerRe: How to get images in Application's folder Pin
ABitSmart10-Jun-09 5:03
ABitSmart10-Jun-09 5:03 
AnswerRe: How to get images in Application's folder Pin
varun 200924-Feb-10 20:35
varun 200924-Feb-10 20:35 
QuestionWPF Datagrid? Pin
S Rajput9-Jun-09 15:37
S Rajput9-Jun-09 15:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.