Click here to Skip to main content
15,912,504 members
Home / Discussions / WPF
   

WPF

 
QuestionDrag and Drop outside main window in WPF Pin
ruellm11-Jun-09 0:52
ruellm11-Jun-09 0:52 
AnswerRe: Drag and Drop outside main window in WPF Pin
Member 47043954-Jan-10 9:21
Member 47043954-Jan-10 9:21 
QuestionHow to check Stack panel items Pin
Nekkantidivya11-Jun-09 0:38
Nekkantidivya11-Jun-09 0:38 
AnswerRe: How to check Stack panel items Pin
ABitSmart11-Jun-09 3:37
ABitSmart11-Jun-09 3:37 
QuestionFormatting XAML for CP Article Pin
Jammer11-Jun-09 0:03
Jammer11-Jun-09 0:03 
AnswerRe: Formatting XAML for CP Article Pin
Pete O'Hanlon11-Jun-09 2:10
mvePete O'Hanlon11-Jun-09 2:10 
GeneralRe: Formatting XAML for CP Article Pin
Jammer11-Jun-09 9:51
Jammer11-Jun-09 9:51 
GeneralRe: Formatting XAML for CP Article Pin
Pete O'Hanlon11-Jun-09 11:21
mvePete O'Hanlon11-Jun-09 11:21 
GeneralRe: Formatting XAML for CP Article Pin
Jammer11-Jun-09 12:39
Jammer11-Jun-09 12:39 
QuestionMultiple UserControls Pin
zauberfisch10-Jun-09 22:56
zauberfisch10-Jun-09 22:56 
AnswerRe: Multiple UserControls Pin
Christian Graus10-Jun-09 23:08
protectorChristian Graus10-Jun-09 23:08 
GeneralRe: Multiple UserControls Pin
zauberfisch10-Jun-09 23:18
zauberfisch10-Jun-09 23:18 
AnswerRe: Multiple UserControls Pin
Pete O'Hanlon10-Jun-09 23:27
mvePete O'Hanlon10-Jun-09 23:27 
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 
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 
Christian Graus wrote:
given that an image exists in memory as pixel data, and not as JPEG compressed data


This assumption is wrong, that's your conceptual mistake. There has to be a way of reading the image data into memory intact, without using a decoder. Then you do the bit-twittling necessary to transform the raw image data. Nothing is ever decompressed or compressed in this process.

Christian Graus wrote:
but that you need to apply JPEG compression in order to save the image


You're thinking in terms of the very classes that I said cannot be used.


Christian Graus wrote:
You're saying this is not the case ? How odd.


That's precisely what I'm saying, and it's not so odd if you understand what I'm talking about. Evidentally you've never heard of lossless JPEG rotation, but what do you think Photoshop does, or any other self-respecting image processing software?

I mean if I have to go to GDI+ to accomplish this, I'll do it, but that would really rub me the wrong way. I didn't sign up to WPF to go outside of it every time I turn around.

modified on Wednesday, June 10, 2009 4:01 PM

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 

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.