mergi icon indicating copy to clipboard operation
mergi copied to clipboard

go library for image programming (merge, crop, resize, watermark, animate, ease, transit)

Results 2 mergi issues
Sort by recently updated
recently updated
newest added

In some case, need resize image to fixed width with proportional height, or fixed height with proportional width. ```bash mergi \ -i "https://cdn.pixabay.com/photo/2015/03/26/09/54/pug-690566_960_720.jpg" \ -r "250 fit" ``` ![image](https://user-images.githubusercontent.com/3280204/83003410-dc253b00-a040-11ea-9428-5eb7a6d84478.png)

Should have different delays for the Animate method. Like supplying a slice of image.Image and a equally long slice of float to have different delays between slides. Reported by @doctordesh

enhancement