pedrocr / imagepipe

Image processing pipeline
GNU Lesser General Public License v3.0
45 stars 15 forks source link

Fixed deprecated time measurement #9

Closed schoenenberg closed 4 years ago

schoenenberg commented 4 years ago

Hi Pedro,

I removed the time dependency due to the deprecated now() method in the time crate.

Best regards, Maximilian

pedrocr commented 4 years ago

Looks good to me. I'm both surprised that time has yet another deprecation and that there is now a way to do this using only std.

pedrocr commented 4 years ago

Thanks!

pedrocr commented 4 years ago

By the way, there are some similar deprecations in rawloader on which imagepipe depends to decode the raw formats themselves:

https://github.com/pedrocr/rawloader/

Maybe you'd like to fix those too? :wink:

schoenenberg commented 4 years ago

I will take a look at it tomorrow.