Dirk Lemstra

Results 547 comments of Dirk Lemstra

Heic images should automatically be orientated to the right direction? You should not need to `AutoOrient` them. Please provide a small code sample that demonstrates your issue?

Heic images are automatically "auto oriented" when they are being read.

`BaseWidth` and `BaseHeight` will return the original `Width` or `Height` that was read. The library that we are using to read heic files will automatically read the image in `TopLeft`...

I finally had some time to take a deeper look at what you were asking. The `Orientation` should not be `Undefined` when you set the `PreserveOrientation` option but it looks...

I think we should also make the "old" `TenantIdOption` obsolete and introduce a new option called `-ati`, `--azure-tenant-id` that sets the `TenantId` property of the `DefaultAzureCredentialOptions`. The `--azure-key-vault-tenant-id` option should...

I think we should also add `azure-cli` as an option. I am using `az login` in my pipeline and I would like to only have the credential type enabled.

We are using the `DefaultAzureCredential` class and that means you will need to set environment variables if you want to use the old options: ``` AZURE_TENANT_ID = --azure-key-vault-tenant-id AZURE_CLIENT_ID =...

Thanks for giving this a try and I do like the creativity of your solution. But I would prefer it we could do this with cross compilation instead. This solution...

Please provide an image when you are asked for one. If we find an image that works and it still doesn't work with yours than you are wasting our time.

I just pushed a patch that fixes the build on Windows with Visual Studio where we cannot use this POSIX method.