TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Namespaces | Functions
musicimageutils.h File Reference
#include "musicglobaldefine.h"

Go to the source code of this file.

Namespaces

 TTK
 The namespace of the process utils.
 
 TTK::Image
 

Functions

TTK_MODULE_EXPORT QPixmap TTK::Image::roundedPixmap (const QPixmap &input, int ratioX, int ratioY)
 
TTK_MODULE_EXPORT QPixmap TTK::Image::roundedPixmap (const QPixmap &input, const QSize &size, int ratioX, int ratioY)
 
TTK_MODULE_EXPORT QPixmap TTK::Image::roundedPixmap (const QPixmap &input, const QRect &rect, int ratioX, int ratioY)
 
TTK_MODULE_EXPORT QPixmap TTK::Image::roundedPixmap (const QPixmap &input, const QPixmap &mask, const QSize &size)
 
TTK_MODULE_EXPORT QBitmap TTK::Image::generateMask (const QRect &rect, int ratioX, int ratioY)
 
TTK_MODULE_EXPORT QByteArray TTK::Image::generatePixmapData (const QPixmap &input)
 
TTK_MODULE_EXPORT void TTK::Image::fusionPixmap (QImage &back, const QImage &front, const QPoint &pt)
 
TTK_MODULE_EXPORT void TTK::Image::fusionPixmap (QPixmap &back, const QPixmap &front, const QPoint &pt)
 
TTK_MODULE_EXPORT unsigned int TTK::Image::colorContrast (const unsigned int color)
 
TTK_MODULE_EXPORT QPixmap TTK::Image::grayScalePixmap (const QPixmap &input, int radius=0)
 
template<typename T >
TTK_MODULE_EXPORT T TTK::Image::reRenderValue (const T &key, const T &alpha, const T &value)
 
TTK_MODULE_EXPORT void TTK::Image::reRenderImage (int delta, const QImage *input, QImage *output)