2018-10-11 15:54:57 +00:00
|
|
|
/*
|
|
|
|
This file is part of Telegram Desktop,
|
|
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
|
|
|
|
For license and copyright information please follow this link:
|
|
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
|
|
*/
|
2018-10-23 09:44:42 +00:00
|
|
|
#include "ui/image/image.h"
|
2018-10-11 15:54:57 +00:00
|
|
|
|
|
|
|
#include "storage/cache/storage_cache_database.h"
|
2018-10-23 09:44:42 +00:00
|
|
|
#include "data/data_session.h"
|
2019-07-02 11:46:37 +00:00
|
|
|
#include "chat_helpers/stickers.h"
|
2019-07-24 11:45:24 +00:00
|
|
|
#include "main/main_session.h"
|
2019-09-13 06:06:02 +00:00
|
|
|
#include "app.h"
|
2018-10-11 15:54:57 +00:00
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
using namespace Images;
|
|
|
|
|
2018-10-23 09:08:50 +00:00
|
|
|
namespace Images {
|
2018-10-11 15:54:57 +00:00
|
|
|
namespace {
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
[[nodiscard]] uint64 PixKey(int width, int height, Options options) {
|
2018-10-23 11:12:30 +00:00
|
|
|
return static_cast<uint64>(width)
|
|
|
|
| (static_cast<uint64>(height) << 24)
|
|
|
|
| (static_cast<uint64>(options) << 48);
|
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
[[nodiscard]] uint64 SinglePixKey(Options options) {
|
2018-10-11 15:54:57 +00:00
|
|
|
return PixKey(0, 0, options);
|
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
[[nodiscard]] QByteArray ReadContent(const QString &path) {
|
|
|
|
auto file = QFile(path);
|
|
|
|
const auto good = (file.size() <= App::kImageSizeLimit)
|
|
|
|
&& file.open(QIODevice::ReadOnly);
|
|
|
|
return good ? file.readAll() : QByteArray();
|
|
|
|
}
|
|
|
|
|
|
|
|
[[nodiscard]] QImage ReadImage(const QByteArray &content) {
|
|
|
|
return App::readImage(content, nullptr, false, nullptr);
|
|
|
|
}
|
|
|
|
|
2018-10-11 15:54:57 +00:00
|
|
|
} // namespace
|
|
|
|
|
2020-04-16 12:37:26 +00:00
|
|
|
QByteArray ExpandInlineBytes(const QByteArray &bytes) {
|
2020-04-08 15:09:29 +00:00
|
|
|
if (bytes.size() < 3 || bytes[0] != '\x01') {
|
2020-04-16 12:37:26 +00:00
|
|
|
return QByteArray();
|
2020-04-08 15:09:29 +00:00
|
|
|
}
|
|
|
|
const char header[] = "\xff\xd8\xff\xe0\x00\x10\x4a\x46\x49"
|
2020-04-16 12:37:26 +00:00
|
|
|
"\x46\x00\x01\x01\x00\x00\x01\x00\x01\x00\x00\xff\xdb\x00\x43\x00\x28\x1c"
|
|
|
|
"\x1e\x23\x1e\x19\x28\x23\x21\x23\x2d\x2b\x28\x30\x3c\x64\x41\x3c\x37\x37"
|
|
|
|
"\x3c\x7b\x58\x5d\x49\x64\x91\x80\x99\x96\x8f\x80\x8c\x8a\xa0\xb4\xe6\xc3"
|
|
|
|
"\xa0\xaa\xda\xad\x8a\x8c\xc8\xff\xcb\xda\xee\xf5\xff\xff\xff\x9b\xc1\xff"
|
|
|
|
"\xff\xff\xfa\xff\xe6\xfd\xff\xf8\xff\xdb\x00\x43\x01\x2b\x2d\x2d\x3c\x35"
|
|
|
|
"\x3c\x76\x41\x41\x76\xf8\xa5\x8c\xa5\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8"
|
|
|
|
"\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8"
|
|
|
|
"\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8"
|
|
|
|
"\xf8\xf8\xf8\xf8\xf8\xff\xc0\x00\x11\x08\x00\x00\x00\x00\x03\x01\x22\x00"
|
|
|
|
"\x02\x11\x01\x03\x11\x01\xff\xc4\x00\x1f\x00\x00\x01\x05\x01\x01\x01\x01"
|
|
|
|
"\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\x08"
|
|
|
|
"\x09\x0a\x0b\xff\xc4\x00\xb5\x10\x00\x02\x01\x03\x03\x02\x04\x03\x05\x05"
|
|
|
|
"\x04\x04\x00\x00\x01\x7d\x01\x02\x03\x00\x04\x11\x05\x12\x21\x31\x41\x06"
|
|
|
|
"\x13\x51\x61\x07\x22\x71\x14\x32\x81\x91\xa1\x08\x23\x42\xb1\xc1\x15\x52"
|
|
|
|
"\xd1\xf0\x24\x33\x62\x72\x82\x09\x0a\x16\x17\x18\x19\x1a\x25\x26\x27\x28"
|
|
|
|
"\x29\x2a\x34\x35\x36\x37\x38\x39\x3a\x43\x44\x45\x46\x47\x48\x49\x4a\x53"
|
|
|
|
"\x54\x55\x56\x57\x58\x59\x5a\x63\x64\x65\x66\x67\x68\x69\x6a\x73\x74\x75"
|
|
|
|
"\x76\x77\x78\x79\x7a\x83\x84\x85\x86\x87\x88\x89\x8a\x92\x93\x94\x95\x96"
|
|
|
|
"\x97\x98\x99\x9a\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xb2\xb3\xb4\xb5\xb6"
|
|
|
|
"\xb7\xb8\xb9\xba\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xd2\xd3\xd4\xd5\xd6"
|
|
|
|
"\xd7\xd8\xd9\xda\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xf1\xf2\xf3\xf4"
|
|
|
|
"\xf5\xf6\xf7\xf8\xf9\xfa\xff\xc4\x00\x1f\x01\x00\x03\x01\x01\x01\x01\x01"
|
|
|
|
"\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\x08"
|
|
|
|
"\x09\x0a\x0b\xff\xc4\x00\xb5\x11\x00\x02\x01\x02\x04\x04\x03\x04\x07\x05"
|
|
|
|
"\x04\x04\x00\x01\x02\x77\x00\x01\x02\x03\x11\x04\x05\x21\x31\x06\x12\x41"
|
|
|
|
"\x51\x07\x61\x71\x13\x22\x32\x81\x08\x14\x42\x91\xa1\xb1\xc1\x09\x23\x33"
|
|
|
|
"\x52\xf0\x15\x62\x72\xd1\x0a\x16\x24\x34\xe1\x25\xf1\x17\x18\x19\x1a\x26"
|
|
|
|
"\x27\x28\x29\x2a\x35\x36\x37\x38\x39\x3a\x43\x44\x45\x46\x47\x48\x49\x4a"
|
|
|
|
"\x53\x54\x55\x56\x57\x58\x59\x5a\x63\x64\x65\x66\x67\x68\x69\x6a\x73\x74"
|
|
|
|
"\x75\x76\x77\x78\x79\x7a\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x92\x93\x94"
|
|
|
|
"\x95\x96\x97\x98\x99\x9a\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xb2\xb3\xb4"
|
|
|
|
"\xb5\xb6\xb7\xb8\xb9\xba\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xd2\xd3\xd4"
|
|
|
|
"\xd5\xd6\xd7\xd8\xd9\xda\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xf2\xf3\xf4"
|
|
|
|
"\xf5\xf6\xf7\xf8\xf9\xfa\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00"
|
|
|
|
"\x3f\x00";
|
2020-04-08 15:09:29 +00:00
|
|
|
const char footer[] = "\xff\xd9";
|
|
|
|
auto real = QByteArray(header, sizeof(header) - 1);
|
|
|
|
real[164] = bytes[1];
|
|
|
|
real[166] = bytes[2];
|
2020-04-16 12:37:26 +00:00
|
|
|
return real
|
2020-04-08 15:09:29 +00:00
|
|
|
+ bytes.mid(3)
|
|
|
|
+ QByteArray::fromRawData(footer, sizeof(footer) - 1);
|
2020-04-16 12:37:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
QImage FromInlineBytes(const QByteArray &bytes) {
|
|
|
|
return App::readImage(ExpandInlineBytes(bytes));
|
2020-04-08 15:09:29 +00:00
|
|
|
}
|
|
|
|
|
2020-04-16 12:37:26 +00:00
|
|
|
QSize GetSizeForDocument(const QVector<MTPDocumentAttribute> &attributes) {
|
2018-10-23 09:08:50 +00:00
|
|
|
for (const auto &attribute : attributes) {
|
|
|
|
if (attribute.type() == mtpc_documentAttributeImageSize) {
|
|
|
|
auto &size = attribute.c_documentAttributeImageSize();
|
2019-07-05 13:38:38 +00:00
|
|
|
return QSize(size.vw().v, size.vh().v);
|
2018-10-23 09:08:50 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
return QSize();
|
|
|
|
}
|
|
|
|
|
2018-10-12 16:41:51 +00:00
|
|
|
} // namespace Images
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
Image::Image(const QString &path) : Image(ReadContent(path)) {
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
Image::Image(const QByteArray &content) : Image(ReadImage(content)) {
|
|
|
|
}
|
|
|
|
|
|
|
|
Image::Image(QImage &&data) : _data(std::move(data)) {
|
|
|
|
}
|
2018-10-23 08:33:01 +00:00
|
|
|
|
2019-02-17 08:31:04 +00:00
|
|
|
not_null<Image*> Image::Empty() {
|
2020-05-29 15:10:25 +00:00
|
|
|
static auto result = Image([] {
|
2018-10-12 16:41:51 +00:00
|
|
|
const auto factor = cIntRetinaFactor();
|
|
|
|
auto data = QImage(
|
|
|
|
factor,
|
|
|
|
factor,
|
|
|
|
QImage::Format_ARGB32_Premultiplied);
|
|
|
|
data.fill(Qt::transparent);
|
|
|
|
data.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 15:10:25 +00:00
|
|
|
return data;
|
|
|
|
}());
|
2019-02-17 08:31:04 +00:00
|
|
|
return &result;
|
|
|
|
}
|
|
|
|
|
|
|
|
not_null<Image*> Image::BlankMedia() {
|
2020-05-29 15:10:25 +00:00
|
|
|
static auto result = Image([] {
|
2019-02-17 08:31:04 +00:00
|
|
|
const auto factor = cIntRetinaFactor();
|
|
|
|
auto data = QImage(
|
|
|
|
factor,
|
|
|
|
factor,
|
|
|
|
QImage::Format_ARGB32_Premultiplied);
|
|
|
|
data.fill(Qt::black);
|
|
|
|
data.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 15:10:25 +00:00
|
|
|
return data;
|
|
|
|
}());
|
2019-02-17 08:31:04 +00:00
|
|
|
return &result;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
QImage Image::original() const {
|
|
|
|
return _data;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
const QPixmap &Image::pix(int w, int h) const {
|
2018-10-12 16:41:51 +00:00
|
|
|
if (w <= 0 || !width() || !height()) {
|
2019-07-15 12:17:22 +00:00
|
|
|
w = width();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Smooth | Option::None;
|
|
|
|
auto k = PixKey(w, h, options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend()) {
|
|
|
|
auto p = pixNoCache(w, h, options);
|
2019-07-15 12:17:22 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
const QPixmap &Image::pixRounded(
|
2020-05-29 15:10:25 +00:00
|
|
|
int w,
|
|
|
|
int h,
|
2018-10-12 16:41:51 +00:00
|
|
|
ImageRoundRadius radius,
|
|
|
|
RectParts corners) const {
|
|
|
|
if (w <= 0 || !width() || !height()) {
|
|
|
|
w = width();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Smooth | Option::None;
|
2018-10-12 16:41:51 +00:00
|
|
|
auto cornerOptions = [](RectParts corners) {
|
2018-10-23 11:12:30 +00:00
|
|
|
return (corners & RectPart::TopLeft ? Option::RoundedTopLeft : Option::None)
|
|
|
|
| (corners & RectPart::TopRight ? Option::RoundedTopRight : Option::None)
|
|
|
|
| (corners & RectPart::BottomLeft ? Option::RoundedBottomLeft : Option::None)
|
|
|
|
| (corners & RectPart::BottomRight ? Option::RoundedBottomRight : Option::None);
|
2018-10-12 16:41:51 +00:00
|
|
|
};
|
|
|
|
if (radius == ImageRoundRadius::Large) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::RoundedLarge | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
} else if (radius == ImageRoundRadius::Small) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::RoundedSmall | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
} else if (radius == ImageRoundRadius::Ellipse) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::Circled | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
auto k = PixKey(w, h, options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend()) {
|
|
|
|
auto p = pixNoCache(w, h, options);
|
2018-10-12 16:41:51 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
const QPixmap &Image::pixCircled(int w, int h) const {
|
2018-10-12 16:41:51 +00:00
|
|
|
if (w <= 0 || !width() || !height()) {
|
|
|
|
w = width();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Smooth | Option::Circled;
|
|
|
|
auto k = PixKey(w, h, options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend()) {
|
|
|
|
auto p = pixNoCache(w, h, options);
|
2018-10-12 16:41:51 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
const QPixmap &Image::pixBlurredCircled(int w, int h) const {
|
2018-10-12 16:41:51 +00:00
|
|
|
if (w <= 0 || !width() || !height()) {
|
|
|
|
w = width();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Smooth | Option::Circled | Option::Blurred;
|
|
|
|
auto k = PixKey(w, h, options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend()) {
|
|
|
|
auto p = pixNoCache(w, h, options);
|
2018-10-12 16:41:51 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
const QPixmap &Image::pixBlurred(int w, int h) const {
|
2018-10-12 16:41:51 +00:00
|
|
|
if (w <= 0 || !width() || !height()) {
|
|
|
|
w = width() * cIntRetinaFactor();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Smooth | Option::Blurred;
|
|
|
|
auto k = PixKey(w, h, options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend()) {
|
|
|
|
auto p = pixNoCache(w, h, options);
|
2018-10-12 16:41:51 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
2020-05-29 15:10:25 +00:00
|
|
|
const QPixmap &Image::pixColored(style::color add, int w, int h) const {
|
2018-10-12 16:41:51 +00:00
|
|
|
if (w <= 0 || !width() || !height()) {
|
|
|
|
w = width() * cIntRetinaFactor();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Smooth | Option::Colored;
|
|
|
|
auto k = PixKey(w, h, options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend()) {
|
|
|
|
auto p = pixColoredNoCache(add, w, h, true);
|
2018-10-12 16:41:51 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
const QPixmap &Image::pixBlurredColored(
|
|
|
|
style::color add,
|
2020-05-29 15:10:25 +00:00
|
|
|
int w,
|
|
|
|
int h) const {
|
2018-10-12 16:41:51 +00:00
|
|
|
if (w <= 0 || !width() || !height()) {
|
|
|
|
w = width() * cIntRetinaFactor();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Blurred | Option::Smooth | Option::Colored;
|
|
|
|
auto k = PixKey(w, h, options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend()) {
|
|
|
|
auto p = pixBlurredColoredNoCache(add, w, h);
|
2018-10-12 16:41:51 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
const QPixmap &Image::pixSingle(
|
2020-05-29 15:10:25 +00:00
|
|
|
int w,
|
|
|
|
int h,
|
|
|
|
int outerw,
|
|
|
|
int outerh,
|
2018-10-12 16:41:51 +00:00
|
|
|
ImageRoundRadius radius,
|
|
|
|
RectParts corners,
|
|
|
|
const style::color *colored) const {
|
|
|
|
if (w <= 0 || !width() || !height()) {
|
|
|
|
w = width() * cIntRetinaFactor();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-11 15:54:57 +00:00
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Smooth | Option::None;
|
2018-10-12 16:41:51 +00:00
|
|
|
auto cornerOptions = [](RectParts corners) {
|
2018-10-23 11:12:30 +00:00
|
|
|
return (corners & RectPart::TopLeft ? Option::RoundedTopLeft : Option::None)
|
|
|
|
| (corners & RectPart::TopRight ? Option::RoundedTopRight : Option::None)
|
|
|
|
| (corners & RectPart::BottomLeft ? Option::RoundedBottomLeft : Option::None)
|
|
|
|
| (corners & RectPart::BottomRight ? Option::RoundedBottomRight : Option::None);
|
2018-10-12 16:41:51 +00:00
|
|
|
};
|
|
|
|
if (radius == ImageRoundRadius::Large) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::RoundedLarge | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
} else if (radius == ImageRoundRadius::Small) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::RoundedSmall | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
} else if (radius == ImageRoundRadius::Ellipse) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::Circled | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
if (colored) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::Colored;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2018-10-11 15:54:57 +00:00
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
auto k = SinglePixKey(options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend() || i->second.width() != (outerw * cIntRetinaFactor()) || i->second.height() != (outerh * cIntRetinaFactor())) {
|
|
|
|
auto p = pixNoCache(w, h, options, outerw, outerh, colored);
|
2018-10-12 16:41:51 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
|
|
|
|
2018-10-12 16:41:51 +00:00
|
|
|
const QPixmap &Image::pixBlurredSingle(
|
2020-05-29 15:10:25 +00:00
|
|
|
int w,
|
|
|
|
int h,
|
|
|
|
int outerw,
|
|
|
|
int outerh,
|
2018-10-12 16:41:51 +00:00
|
|
|
ImageRoundRadius radius,
|
|
|
|
RectParts corners) const {
|
|
|
|
if (w <= 0 || !width() || !height()) {
|
|
|
|
w = width() * cIntRetinaFactor();
|
|
|
|
} else {
|
|
|
|
w *= cIntRetinaFactor();
|
|
|
|
h *= cIntRetinaFactor();
|
|
|
|
}
|
2018-10-11 15:54:57 +00:00
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
auto options = Option::Smooth | Option::Blurred;
|
2018-10-12 16:41:51 +00:00
|
|
|
auto cornerOptions = [](RectParts corners) {
|
2018-10-23 11:12:30 +00:00
|
|
|
return (corners & RectPart::TopLeft ? Option::RoundedTopLeft : Option::None)
|
|
|
|
| (corners & RectPart::TopRight ? Option::RoundedTopRight : Option::None)
|
|
|
|
| (corners & RectPart::BottomLeft ? Option::RoundedBottomLeft : Option::None)
|
|
|
|
| (corners & RectPart::BottomRight ? Option::RoundedBottomRight : Option::None);
|
2018-10-12 16:41:51 +00:00
|
|
|
};
|
|
|
|
if (radius == ImageRoundRadius::Large) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::RoundedLarge | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
} else if (radius == ImageRoundRadius::Small) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::RoundedSmall | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
} else if (radius == ImageRoundRadius::Ellipse) {
|
2018-10-23 11:12:30 +00:00
|
|
|
options |= Option::Circled | cornerOptions(corners);
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2018-10-11 15:54:57 +00:00
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
auto k = SinglePixKey(options);
|
2020-05-29 15:10:25 +00:00
|
|
|
auto i = _cache.find(k);
|
|
|
|
if (i == _cache.cend() || i->second.width() != (outerw * cIntRetinaFactor()) || i->second.height() != (outerh * cIntRetinaFactor())) {
|
|
|
|
auto p = pixNoCache(w, h, options, outerw, outerh);
|
2018-10-12 16:41:51 +00:00
|
|
|
p.setDevicePixelRatio(cRetinaFactor());
|
2020-05-29 16:55:01 +00:00
|
|
|
i = _cache.emplace_or_assign(k, p).first;
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return i->second;
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
|
|
|
|
2018-10-12 16:41:51 +00:00
|
|
|
QPixmap Image::pixNoCache(
|
|
|
|
int w,
|
|
|
|
int h,
|
2018-10-23 11:12:30 +00:00
|
|
|
Options options,
|
2018-10-12 16:41:51 +00:00
|
|
|
int outerw,
|
|
|
|
int outerh,
|
|
|
|
const style::color *colored) const {
|
|
|
|
if (_data.isNull()) {
|
|
|
|
if (h <= 0 && height() > 0) {
|
|
|
|
h = qRound(width() * w / float64(height()));
|
|
|
|
}
|
2020-05-29 15:10:25 +00:00
|
|
|
return Empty()->pixNoCache(w, h, options, outerw, outerh);
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if (isNull() && outerw > 0 && outerh > 0) {
|
|
|
|
outerw *= cIntRetinaFactor();
|
|
|
|
outerh *= cIntRetinaFactor();
|
|
|
|
|
|
|
|
QImage result(outerw, outerh, QImage::Format_ARGB32_Premultiplied);
|
2019-12-14 14:46:31 +00:00
|
|
|
result.setDevicePixelRatio(style::DevicePixelRatio());
|
2018-10-12 16:41:51 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
QPainter p(&result);
|
|
|
|
if (w < outerw) {
|
|
|
|
p.fillRect(0, 0, (outerw - w) / 2, result.height(), st::imageBg);
|
|
|
|
p.fillRect(((outerw - w) / 2) + w, 0, result.width() - (((outerw - w) / 2) + w), result.height(), st::imageBg);
|
|
|
|
}
|
|
|
|
if (h < outerh) {
|
|
|
|
p.fillRect(qMax(0, (outerw - w) / 2), 0, qMin(result.width(), w), (outerh - h) / 2, st::imageBg);
|
|
|
|
p.fillRect(qMax(0, (outerw - w) / 2), ((outerh - h) / 2) + h, qMin(result.width(), w), result.height() - (((outerh - h) / 2) + h), st::imageBg);
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
2018-10-12 16:41:51 +00:00
|
|
|
p.fillRect(qMax(0, (outerw - w) / 2), qMax(0, (outerh - h) / 2), qMin(result.width(), w), qMin(result.height(), h), st::imageBgTransparent);
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
2018-10-12 16:41:51 +00:00
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
auto corners = [](Options options) {
|
|
|
|
return ((options & Option::RoundedTopLeft) ? RectPart::TopLeft : RectPart::None)
|
|
|
|
| ((options & Option::RoundedTopRight) ? RectPart::TopRight : RectPart::None)
|
|
|
|
| ((options & Option::RoundedBottomLeft) ? RectPart::BottomLeft : RectPart::None)
|
|
|
|
| ((options & Option::RoundedBottomRight) ? RectPart::BottomRight : RectPart::None);
|
2018-10-12 16:41:51 +00:00
|
|
|
};
|
2018-10-23 11:12:30 +00:00
|
|
|
if (options & Option::Circled) {
|
|
|
|
prepareCircle(result);
|
|
|
|
} else if (options & Option::RoundedLarge) {
|
|
|
|
prepareRound(result, ImageRoundRadius::Large, corners(options));
|
|
|
|
} else if (options & Option::RoundedSmall) {
|
|
|
|
prepareRound(result, ImageRoundRadius::Small, corners(options));
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
if (options & Option::Colored) {
|
2018-10-12 16:41:51 +00:00
|
|
|
Assert(colored != nullptr);
|
2018-10-23 11:12:30 +00:00
|
|
|
result = prepareColored(*colored, std::move(result));
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
return App::pixmapFromImageInPlace(std::move(result));
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
return App::pixmapFromImageInPlace(prepare(_data, w, h, options, outerw, outerh, colored));
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
|
|
|
|
2018-10-12 16:41:51 +00:00
|
|
|
QPixmap Image::pixColoredNoCache(
|
|
|
|
style::color add,
|
2020-05-29 15:10:25 +00:00
|
|
|
int w,
|
|
|
|
int h,
|
2018-10-12 16:41:51 +00:00
|
|
|
bool smooth) const {
|
|
|
|
if (_data.isNull()) {
|
2020-05-29 15:10:25 +00:00
|
|
|
return Empty()->pix();
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
auto img = _data;
|
|
|
|
if (w <= 0 || !width() || !height() || (w == width() && (h <= 0 || h == height()))) {
|
2018-10-23 11:12:30 +00:00
|
|
|
return App::pixmapFromImageInPlace(prepareColored(add, std::move(img)));
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
|
|
|
if (h <= 0) {
|
2018-10-23 11:12:30 +00:00
|
|
|
return App::pixmapFromImageInPlace(prepareColored(add, img.scaledToWidth(w, smooth ? Qt::SmoothTransformation : Qt::FastTransformation)));
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
2018-10-23 11:12:30 +00:00
|
|
|
return App::pixmapFromImageInPlace(prepareColored(add, img.scaled(w, h, Qt::IgnoreAspectRatio, smooth ? Qt::SmoothTransformation : Qt::FastTransformation)));
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
|
|
|
|
2018-10-12 16:41:51 +00:00
|
|
|
QPixmap Image::pixBlurredColoredNoCache(
|
|
|
|
style::color add,
|
2020-05-29 15:10:25 +00:00
|
|
|
int w,
|
|
|
|
int h) const {
|
2018-10-12 16:41:51 +00:00
|
|
|
if (_data.isNull()) {
|
2020-05-29 15:10:25 +00:00
|
|
|
return Empty()->pix();
|
2018-10-12 16:41:51 +00:00
|
|
|
}
|
2018-10-11 15:54:57 +00:00
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
auto img = prepareBlur(_data);
|
2018-10-12 16:41:51 +00:00
|
|
|
if (h <= 0) {
|
|
|
|
img = img.scaledToWidth(w, Qt::SmoothTransformation);
|
|
|
|
} else {
|
|
|
|
img = img.scaled(w, h, Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|
2018-10-12 16:41:51 +00:00
|
|
|
|
2018-10-23 11:12:30 +00:00
|
|
|
return App::pixmapFromImageInPlace(prepareColored(add, img));
|
2018-10-11 15:54:57 +00:00
|
|
|
}
|