From 4436187b81f97429095bfd1b1c45f1b1ff201f56 Mon Sep 17 00:00:00 2001 From: Dustin Date: Sat, 24 May 2025 09:19:11 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c2803ce..bdc574b 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,9 @@ app.UseCommonImageActions( | DefaultImageActions | Set a default image action to be used on all requests against a particular path. Useful when you want all images in a directory to be a specific dimension. | | UseFileNameAsText | Use the filename to set the text value. For example `Dustin_Test.png` would be the same as `image.png?t=Dustin_Test` | +## Sample Page +![Sample output of program](https://raw.githubusercontent.com/dustout/CommonImageActions/master/CommonImageActions.SampleAspnetCoreProject/wwwroot/test/SampleOutput.jpeg) + ## Benchmarking Use [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) to compare the performance between [Common Image Actions](https://github.com/dustout/CommonImageActions),