You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment there is no support for adding thumbnails. The code that creates the byte array that is passed to ImageMagick does not write the thumbnail at the moment. It might be possible but I will need to investigate that.
Thanks for offering to help me with this @Kjelldor. To add this functionality changes need to be made to the following classes:
ExifProfile => A new method should be added that can be used to add the thumbnail to the profile. The input argument should probably be an (IMagickImage) that is then converted to a byte array with MagickFormat.Jpeg that is probably stored on the ExifData. ExifWriter => This should be changed to add the thumbnail directory and data to the end of the profile. This will probably require changing some internal arguments. This is probably the most difficult part and I would advise you to check the exif specs to see how that should be added.
Is your feature request related to a problem? Please describe
I'm using Magick.net to update Exif metadata, but could not find a way, to replace the thumbnail image.
Describe the solution you'd like
I would like to be able to replace the thumbnail, by using magick.net
Describe alternatives you've considered
I have tried to make an extension method but did not find a way to add the thumbnail image data.
The text was updated successfully, but these errors were encountered: