Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extra overloads when reading or writing an image that allow specification of the format. #217

Closed
dlemstra opened this issue May 19, 2018 · 0 comments

Comments

@dlemstra
Copy link
Owner

dlemstra commented May 19, 2018

An extra overload should be added to allow specifying the format when reading and writing an image:

using (var image = new MagickImage(stream, MagickFormat.Png)
void Write(fileName, MagickFormat.Png)

This should be done for all the overloads that have MagickReadSettings as the second argument. This affects the following classes:

  • MagickImage
  • MagickImageCollection
  • MagickFactory
@dlemstra dlemstra changed the title Add extra overload swhen reading an image to specify the format. Add extra overloads when reading an image to specify the format. May 19, 2018
@dlemstra dlemstra changed the title Add extra overloads when reading an image to specify the format. Add extra overloads when reading or writing an image that allow specification of the format. May 19, 2018
@dlemstra dlemstra added this to the 7.14.2.0 milestone Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant