File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -876,7 +876,8 @@ impl RecordingSession {
876876 let resize_options =
877877 fast_image_resize:: ResizeOptions :: new ( ) . resize_alg ( if region. is_some ( ) {
878878 // fast_image_resize::ResizeAlg::Nearest
879- fast_image_resize:: ResizeAlg :: Interpolation ( fast_image_resize:: FilterType :: Mitchell )
879+ // fast_image_resize::ResizeAlg::Interpolation(fast_image_resize::FilterType::Mitchell)
880+ fast_image_resize:: ResizeAlg :: Interpolation ( fast_image_resize:: FilterType :: Hamming )
880881 } else {
881882 fast_image_resize:: ResizeAlg :: SuperSampling (
882883 fast_image_resize:: FilterType :: Lanczos3 ,
Original file line number Diff line number Diff line change 1- pub static VERSION : & str = "v0.2.0 " ;
1+ pub static VERSION : & str = "v0.2.1 " ;
You can’t perform that action at this time.
0 commit comments