Skip to content

Commit

Permalink
clean unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
LazZiya committed Aug 2, 2021
1 parent 31ea530 commit e4de2ed
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
1 change: 0 additions & 1 deletion LazZiya.ImageResize/Animated/AnimatedImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public static AnimatedImage FromHBitmap(IntPtr hbitmap, IntPtr hpalatte)
/// Save animated gif
/// </summary>
/// <param name="path"></param>
/// <param name="repeat">Frame delay in milliseconds</param>
public void SaveAs(string path)
{
var e = new AnimatedGifEncoder();
Expand Down
31 changes: 30 additions & 1 deletion LazZiya.ImageResize/LazZiya.ImageResize.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4de2ed

Please sign in to comment.