tdesktop/Telegram/SourceFiles/ui/image
John Preston 19ce1edc16 Use base::SafeRound instead of std::round.
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b, 8f5830d520.

Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
..
image.cpp Use Images::Read instead of App::readImage. 2021-08-11 18:55:08 +03:00
image.h Show inline path thumbnails for stickers. 2021-07-02 13:13:48 +03:00
image_location.cpp Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
image_location.h Show inline path thumbnails for stickers. 2021-07-02 13:13:48 +03:00
image_location_factory.cpp Improve screencast source choosing design. 2021-05-24 22:45:14 +04:00
image_location_factory.h
image_source.cpp