Skip to content

Read JPEG images from file system #13

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions