Dirk Lemstra

Results 244 comments of Dirk Lemstra

I would expect an error message to be shown when the label is an empty string.

I think we should add that extra chunk to the `IPngEncoderOptions` to write it to the file. And when it is read it should be added to the `MetaData` of...

@boban984 It might be wise to wait till made those changes :) The public API is very likely to change.

Both `ExifTagValue.InteroperabilityIndex` and `ExifTagValue.GPSLatitudeRef` have the same value and it looks like the first value is displayed when the metadata is displayed so this is not an issue. I do...

@JimBobSquarePants Maybe we should introduce lazy pixel loading? And only decode the pixels when the are needed by an image operation or the encoder. This would also make it possible...

My Magick.NET project contains a very simple XMP profile class (https://github.com/dlemstra/Magick.NET/blob/master/src/Magick.NET/Shared/Profiles/XmpProfile.cs). This just a very simple wrapper to make it easier to access to xml. And to detect it you...

I am actually one of the developers for the ImageMagick project and just looked through our code to see how it is done. It should not be very difficult to...

@brianpopow Maybe you could temporary add this branch to the branches in `build-and-test.yml`?

It looks like this warning is raised inside GtkSharp. I checked the code that is statically linked inside Magick.NET the error message should be this: `cannot register existing fundamental type...

There is currently no support for editing the metadata without decoding and encoding the image. And I have not seen any other libraries that can do that without spawning a...