Skip to content

Request for Comments - Image cmdlets does not work in Linux/MacOS #141

@rebelinux

Description

@rebelinux

Currently the Image cmdlet does not work on Linux/MAC operating systems since Microsoft removed support for System.Drawing.Common on these platforms.

To solve this problem, the SixLabors.ImageSharp library can be used which is compatible with multiple platforms.

I have created a basic implementation to replace the use of System.Drawing.Common with ImageSharp in the following repository rebelinux/PScribo. I performed tests on all 3 operating systems (Windows, Linux and Mac) and the image handling functionality works correctly.

I'm writing to know your opinion about this solution and if you consider it viable to implement it in the current project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions