Skip to content

Commit

Permalink
Exit if all is well
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Dec 5, 2024
1 parent e728410 commit f542c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SingleProject/Resizetizer/src/SkiaSharpTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ void Save(string destination, SKBitmap tempBitmap)
{
using var stream = File.Create(destination);
tempBitmap.Encode(stream, SKEncodedImageFormat.Png, 100);
return;
}
catch (Exception ex)
{
Expand Down

0 comments on commit f542c53

Please sign in to comment.