Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Unsharpmask #2

Copy link
Copy link
@Darksilencer

Description

@Darksilencer
Issue body actions
            MemoryStream memstream = new MemoryStream();


            bitmap2.Save(memstream, System.Drawing.Imaging.ImageFormat.Png);

            KalikoImage imgklk = new KalikoImage(memstream);


            imgklk.ApplyFilter(new UnsharpMaskFilter(150f, 100f, 200));



            imgklk.SavePng(memstream);

            Bitmap bitmap3 = new Bitmap(memstream);

This is my code for filtering my bitmap2 image.But when i use unsharp on imgklk,i feel filtering is aplied because there is noticeably time passing program to return back but im unable to see it on bitmap3,i mean there is no difference between bitmap 2 and bitmap 3.I hope you can help me:)

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.