mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2022-11-10 Fred Gleason <fredg@paravelsystems.com>
* Added code to catch warning exception when processing image conversions in 'RDIMResizeImage()'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
#include <QByteArray>
|
||||
#include <QSize>
|
||||
|
||||
QByteArray RDIMResizeImage(const QByteArray &src_image,const QSize &size);
|
||||
QByteArray RDIMResizeImage(const QByteArray &src_image,const QSize &size,
|
||||
QString *err_msg);
|
||||
|
||||
|
||||
#endif // RDIMAGEMAGICK_H
|
||||
|
Reference in New Issue
Block a user