image.AddProfile to add ExifProfile #835
-
| Is there any way to add an ExifProfile to a MagickImage? I found an old reply from years ago that suggested image.AddProfile can be used but it does not seem to be available. I'm trying to add an Exif profile to a .jpg that does not have one. | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
| The method has been renamed to  | 
Beta Was this translation helpful? Give feedback.
-
| Ok, thanks. I'm doing this but not seeing a change in the file properties (when viewed from Windows 10 File Properties). Am I doing something wrong? var profile = new ExifProfile(); | 
Beta Was this translation helpful? Give feedback.
-
| This all depends on the format of your image. It is possible that your image format use the  | 
Beta Was this translation helpful? Give feedback.
This all depends on the format of your image. It is possible that your image format use the
Densityproperty of theimage. What happens when you change that instead?