Skip to content

Read JPEG images from file system #13

@a-v-ebrahimi

Description

@a-v-ebrahimi

How can one read a jpeg image directly from file system, for example in legacy file system we read JPEG as follows:

var stream=new FileStream(myFile,FileMode.Read);
var bmi = new BitmapImage();
bmi.BeginInit();
bmi.StreamSource = stream;
bmi.EndInit();
bmi.Freeze();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions