|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "HTTPImageTransformationHandler.h"#include "TextureCacheJob.h"#include "URL.h"#include "filesystem/ImageFile.h"#include "network/WebServer.h"#include "network/httprequesthandler/HTTPRequestHandlerUtils.h"#include "utils/Mime.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"#include <charconv>#include <map>Macros | |
| #define | TRANSFORMATION_OPTION_WIDTH "width" |
| #define | TRANSFORMATION_OPTION_HEIGHT "height" |
| #define | TRANSFORMATION_OPTION_SCALING_ALGORITHM "scaling_algorithm" |
| #define TRANSFORMATION_OPTION_HEIGHT "height" |
| #define TRANSFORMATION_OPTION_SCALING_ALGORITHM "scaling_algorithm" |
| #define TRANSFORMATION_OPTION_WIDTH "width" |