Krita Source Code Documentation
Loading...
Searching...
No Matches
KisReferenceImage Class Reference

The KisReferenceImage class represents a single reference image. More...

#include <KisReferenceImage.h>

+ Inheritance diagram for KisReferenceImage:

Classes

struct  Private
 
struct  SetSaturationCommand
 

Public Member Functions

KoShapecloneShape () const override
 creates a deep copy of the shape or shape's subtree
 
bool embed ()
 
QString filename () const
 
QImage getImage ()
 
KoColor getPixel (QPointF position)
 
bool hasLocalFile ()
 
QString internalFile () const
 
 KisReferenceImage ()
 
 KisReferenceImage (const KisReferenceImage &rhs)
 
bool loadImage (KoStore *store)
 
void paint (QPainter &gc) const override
 Paint the shape fill The class extending this one is responsible for painting itself. painter is expected to be preconfigured to work in "document" pixels.
 
qreal saturation () const
 
bool saveImage (KoStore *store) const
 
void saveXml (QDomDocument &document, QDomElement &parentElement, int id)
 
void setEmbed (bool embed)
 
void setFilename (const QString &filename)
 
void setSaturation (qreal saturation)
 
 ~KisReferenceImage ()
 
- Public Member Functions inherited from KoShape
QRectF absoluteOutlineRect () const
 
QPointF absolutePosition (KoFlake::AnchorPosition anchor=KoFlake::Center) const
 
QTransform absoluteTransformation () const
 
bool addDependee (KoShape *shape)
 
QString additionalAttribute (const QString &name) const
 
void addShapeChangeListener (ShapeChangeListener *listener)
 
KoShapeAnchoranchor () const
 
void applyAbsoluteTransformation (const QTransform &matrix)
 
void applyTransformation (const QTransform &matrix)
 
virtual QSharedPointer< KoShapeBackgroundbackground () const
 
virtual QRectF boundingRect () const
 Get the bounding box of the shape.
 
virtual ChildZOrderPolicy childZOrderPolicy ()
 
KoClipMaskclipMask () const
 Returns the currently set clip mask or 0 if there is no clip mask set.
 
KoClipPathclipPath () const
 Returns the currently set clip path or 0 if there is no clip path set.
 
KoShapecloneShapeAndBakeAbsoluteTransform () const
 creates a deep copy of the shape/shapes tree and bakes the absolute transform of this into the resulting shape.
 
void copySettings (const KoShape *shape)
 
QList< KoShape * > dependees () const
 Returns list of shapes depending on this shape.
 
QPointF documentToShape (const QPointF &point) const
 Transforms point from document coordinates to shape coordinates.
 
QRectF documentToShape (const QRectF &rect) const
 Transform rect from document coordinates to shape coordinates.
 
bool hasAdditionalAttribute (const QString &name) const
 
bool hasCommonParent (const KoShape *shape) const
 
bool hasDependee (KoShape *shape) const
 Returns if the given shape is dependent on this shape.
 
virtual bool hasTransparency () const
 
virtual bool hitTest (const QPointF &position) const
 Check if the shape is hit on position.
 
QString hyperLink () const
 
bool inheritBackground () const
 inheritBackground shows if the shape inherits background from its parent
 
bool inheritPaintOrder () const
 inheritPaintOrder
 
bool inheritsTransformFromAny (const QList< KoShape * > ancestorsInQuestion) const
 inheritsTransformFromAny checks if the shape inherits transformation from any of the shapes listed in ancestorsInQuestion. The inheritance is checked in recursive way.
 
bool inheritStroke () const
 inheritStroke shows if the shape inherits the stroke from its parent
 
bool isContentProtected () const
 
bool isGeometryProtected () const
 
bool isPrintable () const
 
bool isSelectable () const
 
virtual bool isShapeEditable (bool recursive=true) const
 checks recursively if the shape or one of its parents is not visible or locked
 
bool isVisible (bool recursive=true) const
 
bool keepAspectRatio () const
 
 KoShape ()
 Constructor.
 
qreal minimumHeight () const
 
QString name () const
 
void notifyChanged ()
 
virtual QPainterPath outline () const
 
virtual QRectF outlineRect () const
 
virtual void paintMarkers (QPainter &painter) const
 paintStroke paints the shape's markers
 
virtual QVector< PaintOrderpaintOrder () const
 paintOrder
 
virtual void paintStroke (QPainter &painter) const
 paintStroke paints the shape's stroked outline
 
KoShapeContainerparent () const
 
QPointF position () const
 Get the position of the shape in pt.
 
void removeAdditionalAttribute (const QString &name)
 
void removeAdditionalStyleAttribute (const char *name)
 
void removeDependee (KoShape *shape)
 
void removeShapeChangeListener (ShapeChangeListener *listener)
 
void rotate (qreal angle)
 Rotate the shape (relative)
 
qreal rotation () const
 
void scale (qreal sx, qreal sy)
 Scale the shape using the zero-point which is the top-left corner.
 
void setAbsolutePosition (const QPointF &newPosition, KoFlake::AnchorPosition anchor=KoFlake::Center)
 
void setAdditionalAttribute (const QString &name, const QString &value)
 
void setAdditionalStyleAttribute (const char *name, const QString &value)
 
void setAnchor (KoShapeAnchor *anchor)
 
virtual void setBackground (QSharedPointer< KoShapeBackground > background)
 
void setClipMask (KoClipMask *clipMask)
 Sets a new clip mask, removing the old one. The mask is owned by the shape.
 
void setClipPath (KoClipPath *clipPath)
 Sets a new clip path, removing the old one.
 
void setContentProtected (bool protect)
 
void setGeometryProtected (bool on)
 
void setHyperLink (const QString &hyperLink)
 
void setInheritBackground (bool value)
 setInheritBackground marks a shape as inheriting the background from the parent shape. NOTE: The currently selected background is destroyed.
 
void setInheritPaintOrder (bool value)
 setInheritPaintOrder set inherit paint order.
 
void setInheritStroke (bool value)
 setInheritStroke marks a shape as inheriting the stroke from the parent shape. NOTE: The currently selected stroke is destroyed.
 
void setKeepAspectRatio (bool keepAspect)
 
void setMinimumHeight (qreal height)
 
void setName (const QString &name)
 
virtual void setPaintOrder (PaintOrder first, PaintOrder second)
 setPaintOrder set the paint order. As there's only three entries in any given paintorder, you only need to have the first and second entry to set it.
 
void setParent (KoShapeContainer *parent)
 
virtual void setPosition (const QPointF &position)
 Set the position of the shape in pt.
 
void setPrintable (bool on)
 
virtual void setResolution (qreal xRes, qreal yRes)
 
void setSelectable (bool selectable)
 
void setShapeId (const QString &id)
 
virtual void setSize (const QSizeF &size)
 Resize the shape.
 
virtual void setStroke (KoShapeStrokeModelSP stroke)
 
void setToolDelegates (const QSet< KoShape * > &delegates)
 
void setTransformation (const QTransform &matrix)
 
void setTransparency (qreal transparency)
 
void setUserData (KoShapeUserData *userData)
 
void setVisible (bool on)
 
void setZIndex (qint16 zIndex)
 
QString shapeId () const
 
QPointF shapeToDocument (const QPointF &point) const
 Transforms point from shape coordinates to document coordinates.
 
QRectF shapeToDocument (const QRectF &rect) const
 Transforms rect from shape coordinates to document coordinates.
 
void shear (qreal sx, qreal sy)
 Shear the shape The shape will be sheared using the zero-point which is the top-left corner.
 
virtual QSizeF size () const
 Get the size of the shape in pt.
 
virtual KoSnapData snapData () const
 Returns additional snap data the shape wants to have snapping to.
 
virtual KoShapeStrokeModelSP stroke () const
 
KoInsets strokeInsets () const
 
QSet< KoShape * > toolDelegates () const
 
QTransform transformation () const
 Returns the shapes local transformation matrix.
 
qreal transparency (bool recursive=false) const
 
virtual void update () const
 
virtual void updateAbsolute (const QRectF &rect) const
 
KoShapeUserDatauserData () const
 
virtual void waitUntilReady (bool asynchronous=true) const
 
qint16 zIndex () const
 
virtual ~KoShape ()
 Destructor.
 

Static Public Member Functions

static KisReferenceImagefromClipboard (const KisCoordinatesConverter &converter)
 
static KisReferenceImagefromFile (const QString &filename, const KisCoordinatesConverter &converter, QWidget *parent)
 
static KisReferenceImagefromPaintDevice (KisPaintDeviceSP src, const KisCoordinatesConverter &converter, QWidget *parent)
 
static KisReferenceImagefromQImage (const KisCoordinatesConverter &converter, const QImage &img)
 
static KisReferenceImagefromXml (const QDomElement &elem)
 
- Static Public Member Functions inherited from KoShape
static QRectF absoluteOutlineRect (const QList< KoShape * > &shapes)
 
static QRectF boundingRect (const QList< KoShape * > &shapes)
 
static bool compareShapeZIndex (KoShape *s1, KoShape *s2)
 
static KisHandlePainterHelper createHandlePainterHelperDocument (QPainter *painter, KoShape *shape, qreal handleRadius, int decorationThickness)
 
static KisHandlePainterHelper createHandlePainterHelperView (QPainter *painter, KoShape *shape, const KoViewConverter &converter, qreal handleRadius=0.0, int decorationThickness=1)
 
static QVector< PaintOrderdefaultPaintOrder ()
 default paint order as per SVG specification
 
static QList< KoShape * > linearizeSubtree (const QList< KoShape * > &shapes)
 
static QList< KoShape * > linearizeSubtreeSorted (const QList< KoShape * > &shapes)
 

Private Attributes

QSharedDataPointer< Privated
 

Additional Inherited Members

- Public Types inherited from KoShape
enum  ChangeType {
  PositionChanged , RotationChanged , ScaleChanged , ShearChanged ,
  SizeChanged , GenericMatrixChange , KeepAspectRatioChange , ParentChanged ,
  Deleted , StrokeChanged , BackgroundChanged , BorderChanged ,
  ParameterChanged , ContentChanged , TextContourMarginChanged , ChildChanged ,
  ConnectionPointChanged , ClipPathChanged , ClipMaskChanged , TransparencyChanged
}
 Used by shapeChanged() to select which change was made. More...
 
enum  ChildZOrderPolicy { ChildZDefault , ChildZParentChild = ChildZDefault , ChildZPassThrough }
 Used by compareShapeZIndex() to order shapes. More...
 
enum  PaintOrder { Fill , Stroke , Markers }
 
- Static Public Attributes inherited from KoShape
static const qint16 maxZIndex = std::numeric_limits<qint16>::max()
 
static const qint16 minZIndex = std::numeric_limits<qint16>::min()
 
- Protected Member Functions inherited from KoShape
 KoShape (const KoShape &rhs)
 
QList< ShapeChangeListener * > listeners () const
 
void setSizeImpl (const QSizeF &size) const
 
virtual void shapeChanged (ChangeType type, KoShape *shape=0)
 
void shapeChangedPriv (KoShape::ChangeType type)
 
QTransform transform () const
 return the current matrix that contains the rotation/scale/position of this shape
 

Detailed Description

The KisReferenceImage class represents a single reference image.

Definition at line 29 of file KisReferenceImage.h.

Constructor & Destructor Documentation

◆ KisReferenceImage() [1/2]

KisReferenceImage::KisReferenceImage ( )

Definition at line 164 of file KisReferenceImage.cpp.

165 : d(new Private())
166{
167 setKeepAspectRatio(true);
168}
QSharedDataPointer< Private > d
void setKeepAspectRatio(bool keepAspect)
Definition KoShape.cpp:862

References KoShape::setKeepAspectRatio().

◆ KisReferenceImage() [2/2]

KisReferenceImage::KisReferenceImage ( const KisReferenceImage & rhs)

Definition at line 170 of file KisReferenceImage.cpp.

171 : KoShape(rhs)
172 , d(rhs.d)
173{}
KoShape()
Constructor.
Definition KoShape.cpp:136

◆ ~KisReferenceImage()

KisReferenceImage::~KisReferenceImage ( )

Definition at line 175 of file KisReferenceImage.cpp.

176{}

Member Function Documentation

◆ cloneShape()

KoShape * KisReferenceImage::cloneShape ( ) const
overridevirtual

creates a deep copy of the shape or shape's subtree

Returns
a cloned shape

Reimplemented from KoShape.

Definition at line 487 of file KisReferenceImage.cpp.

488{
489 return new KisReferenceImage(*this);
490}

References KisReferenceImage().

◆ embed()

bool KisReferenceImage::embed ( )

Definition at line 325 of file KisReferenceImage.cpp.

326{
327 return d->embed;
328}

References d.

◆ filename()

QString KisReferenceImage::filename ( ) const

Definition at line 335 of file KisReferenceImage.cpp.

336{
337 return d->externalFilename;
338}

References d.

◆ fromClipboard()

KisReferenceImage * KisReferenceImage::fromClipboard ( const KisCoordinatesConverter & converter)
static

Definition at line 201 of file KisReferenceImage.cpp.

202{
203 const auto sz = KisClipboard::instance()->clipSize();
204 KisPaintDeviceSP clip = KisClipboard::instance()->clip({0, 0, sz.width(), sz.height()}, true);
205 return fromPaintDevice(clip, converter, nullptr);
206}
static KisClipboard * instance()
QSize clipSize() const
static KisReferenceImage * fromPaintDevice(KisPaintDeviceSP src, const KisCoordinatesConverter &converter, QWidget *parent)

References KisClipboard::clip, KisClipboard::clipSize(), fromPaintDevice(), and KisClipboard::instance().

◆ fromFile()

KisReferenceImage * KisReferenceImage::fromFile ( const QString & filename,
const KisCoordinatesConverter & converter,
QWidget * parent )
static

Load a reference image from specified file. If parent is provided and the image cannot be loaded, a warning message will be displayed to user.

Returns
reference image or null if one could not be loaded

Definition at line 178 of file KisReferenceImage.cpp.

179{
180 KisReferenceImage *reference = new KisReferenceImage();
181 reference->d->externalFilename = filename;
182 bool ok = reference->d->loadFromFile();
183
184 if (ok) {
185 QRect r = QRect(QPoint(), reference->d->image.size());
186 QSizeF shapeSize = converter.imageToDocument(r).size();
187 reference->setSize(shapeSize);
188 } else {
189 delete reference;
190
191 if (parent) {
192 QMessageBox::critical(parent, i18nc("@title:window", "Krita"), i18n("Could not load %1.", filename));
193 }
194
195 return nullptr;
196 }
197
198 return reference;
199}
_Private::Traits< T >::Result imageToDocument(const T &obj) const
The KisReferenceImage class represents a single reference image.
QString filename() const
KoShapeContainer * parent() const
Definition KoShape.cpp:857
virtual void setSize(const QSizeF &size)
Resize the shape.
Definition KoShape.cpp:249

References d, filename(), KisCoordinatesConverter::imageToDocument(), KisReferenceImage(), KoShape::parent(), and KoShape::setSize().

◆ fromPaintDevice()

KisReferenceImage * KisReferenceImage::fromPaintDevice ( KisPaintDeviceSP src,
const KisCoordinatesConverter & converter,
QWidget * parent )
static

Load a reference image from specified paint device.

Returns
reference image or null if one could not be loaded

Definition at line 209 of file KisReferenceImage.cpp.

210{
211 if (!src) {
212 return nullptr;
213 }
214
215 auto *reference = new KisReferenceImage();
216#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
217 if (src->colorSpace()->colorModelId() == RGBAColorModelID) {
218 reference->d->image = src->convertToQImage(src->colorSpace()->profile());
219 reference->d->image.setColorSpace(KoColorSpaceRegistry::instance()->QColorSpaceForProfile(src->colorSpace()->profile()));
220 } else {
221 reference->d->image = src->convertToQImage(KoColorSpaceRegistry::instance()->p709SRGBProfile());
222 }
223#else
224 reference->d->image = src->convertToQImage(KoColorSpaceRegistry::instance()->p709SRGBProfile());
225#endif
226
227 QRect r = QRect(QPoint(), reference->d->image.size());
228 QSizeF size = converter.imageToDocument(r).size();
229 reference->setSize(size);
230
231 return reference;
232}
const KoID RGBAColorModelID("RGBA", ki18n("RGB/Alpha"))
virtual QSizeF size() const
Get the size of the shape in pt.
Definition KoShape.cpp:735
static KoColorSpaceRegistry * instance()

References KisCoordinatesConverter::imageToDocument(), KoColorSpaceRegistry::instance(), KisReferenceImage(), RGBAColorModelID, and KoShape::size().

◆ fromQImage()

KisReferenceImage * KisReferenceImage::fromQImage ( const KisCoordinatesConverter & converter,
const QImage & img )
static

Definition at line 234 of file KisReferenceImage.cpp.

235{
236 KisReferenceImage *reference = new KisReferenceImage();
237 bool ok = reference->d->loadFromQImage(img);
238
239 if (ok) {
240 QRect r = QRect(QPoint(), reference->d->image.size());
241 QSizeF size = converter.imageToDocument(r).size();
242 reference->setSize(size);
243 } else {
244 delete reference;
245 reference = 0;
246 }
247
248 return reference;
249}

References d, KisCoordinatesConverter::imageToDocument(), KisReferenceImage(), KoShape::setSize(), and KoShape::size().

◆ fromXml()

KisReferenceImage * KisReferenceImage::fromXml ( const QDomElement & elem)
static

Definition at line 411 of file KisReferenceImage.cpp.

412{
413 auto *reference = new KisReferenceImage();
414
415 const QString &src = elem.attribute("src");
416
417 if (src.startsWith("file://")) {
418 reference->d->externalFilename = src.mid(7);
419 reference->d->embed = false;
420 } else {
421 reference->d->internalFilename = src;
422 reference->d->embed = true;
423 }
424
425 qreal width = KisDomUtils::toDouble(elem.attribute("width", "100"));
426 qreal height = KisDomUtils::toDouble(elem.attribute("height", "100"));
427 reference->setSize(QSizeF(width, height));
428 reference->setKeepAspectRatio(elem.attribute("keepAspectRatio", "true").toLower() == "true");
429
430 auto transform = SvgTransformParser(elem.attribute("transform")).transform();
431 reference->setTransformation(transform);
432
433 qreal opacity = KisDomUtils::toDouble(elem.attribute("opacity", "1"));
434 reference->setTransparency(1.0 - opacity);
435
436 qreal saturation = KisDomUtils::toDouble(elem.attribute("saturation", "1"));
437 reference->setSaturation(saturation);
438
439 return reference;
440}
QTransform transform() const
return the current matrix that contains the rotation/scale/position of this shape
Definition KoShape.cpp:945
QTransform transform() const
double toDouble(const QString &str, bool *ok=nullptr)

References KisReferenceImage(), saturation(), KisDomUtils::toDouble(), KoShape::transform(), and SvgTransformParser::transform().

◆ getImage()

QImage KisReferenceImage::getImage ( )

Definition at line 482 of file KisReferenceImage.cpp.

483{
484 return d->image;
485}

References d.

◆ getPixel()

KoColor KisReferenceImage::getPixel ( QPointF position)

Definition at line 351 of file KisReferenceImage.cpp.

352{
353 KoColor transparent;
354 transparent.setOpacity(0.0);
355 if (transparency() == 1.0) return transparent;
356
357 const QSizeF shapeSize = size();
358 const QTransform scale = QTransform::fromScale(d->image.width() / shapeSize.width(), d->image.height() / shapeSize.height());
359
360 const QTransform transform = absoluteTransformation().inverted() * scale;
361 const QPointF localPosition = position * transform;
362
363 if (d->cachedImage.isNull()) {
364 d->updateCache();
365 }
366
367#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
368 const KoColorProfile *profile = KoColorSpaceRegistry::instance()->profileForQColorSpace(d->image.colorSpace());
370#else
372#endif
373
374 KoColor c(cs);
375 QColor pixel = d->cachedImage.pixelColor(localPosition.toPoint());
376 QVector<float> channels = {
377 static_cast<float>(pixel.blueF()),
378 static_cast<float>(pixel.greenF()),
379 static_cast<float>(pixel.redF()),
380 1.0f};
381 cs->fromNormalisedChannelsValue( c.data(),channels);
382
383 return c;
384}
const KoID Integer16BitsColorDepthID("U16", ki18n("16-bit integer/channel"))
virtual void fromNormalisedChannelsValue(quint8 *pixel, const QVector< float > &values) const =0
void setOpacity(quint8 alpha)
Definition KoColor.cpp:333
QString id() const
Definition KoID.cpp:63
QTransform absoluteTransformation() const
Definition KoShape.cpp:330
void scale(qreal sx, qreal sy)
Scale the shape using the zero-point which is the top-left corner.
Definition KoShape.cpp:210
qreal transparency(bool recursive=false) const
Definition KoShape.cpp:645
QPointF position() const
Get the position of the shape in pt.
Definition KoShape.cpp:740
const KoColorSpace * colorSpace(const QString &colorModelId, const QString &colorDepthId, const KoColorProfile *profile)
const KoColorSpace * rgb8(const QString &profileName=QString())
const KoColorProfile * profileForQColorSpace(const QColorSpace &space)
profileForQColorSpace Find a KoColorProfile that matches a given QColorSpace. This will use the QColo...

References KoShape::absoluteTransformation(), KoColorSpaceRegistry::colorSpace(), d, KoColor::data(), KoColorSpace::fromNormalisedChannelsValue(), KoID::id(), KoColorSpaceRegistry::instance(), Integer16BitsColorDepthID, KoShape::position(), KoColorSpaceRegistry::profileForQColorSpace(), KoColorSpaceRegistry::rgb8(), RGBAColorModelID, KoShape::scale(), KoColor::setOpacity(), KoShape::size(), KoShape::transform(), and KoShape::transparency().

◆ hasLocalFile()

bool KisReferenceImage::hasLocalFile ( )

Definition at line 330 of file KisReferenceImage.cpp.

331{
332 return !d->externalFilename.isEmpty();
333}

References d.

◆ internalFile()

QString KisReferenceImage::internalFile ( ) const

Definition at line 340 of file KisReferenceImage.cpp.

341{
342 return d->internalFilename;
343}

References d.

◆ loadImage()

bool KisReferenceImage::loadImage ( KoStore * store)

Definition at line 460 of file KisReferenceImage.cpp.

461{
462 if (!d->embed) {
463 return d->loadFromFile();
464 }
465
466 if (!store->open(d->internalFilename)) {
467 return false;
468 }
469
470 KoStoreDevice storeDev(store);
471 if (!storeDev.open(QIODevice::ReadOnly)) {
472 return false;
473 }
474
475 if (!d->image.load(&storeDev, "PNG")) {
476 return false;
477 }
478
479 return store->close();
480}
bool close()
Definition KoStore.cpp:156
bool open(const QString &name)
Definition KoStore.cpp:109

References KoStore::close(), d, KoStore::open(), and KoStoreDevice::open().

◆ paint()

void KisReferenceImage::paint ( QPainter & painter) const
overridevirtual

Paint the shape fill The class extending this one is responsible for painting itself. painter is expected to be preconfigured to work in "document" pixels.

Parameters
painterused for painting the shape

Implements KoShape.

Definition at line 251 of file KisReferenceImage.cpp.

252{
253 if (!parent()) return;
254
255 gc.save();
256
257 QSizeF shapeSize = size();
258 // scale and rotation done by the user (excluding zoom)
259 QTransform transform = QTransform::fromScale(shapeSize.width() / d->image.width(), shapeSize.height() / d->image.height());
260
261 if (d->cachedImage.isNull()) {
262 // detach the data
263 const_cast<KisReferenceImage*>(this)->d->updateCache();
264 }
265
266 qreal scale;
267 // scale from the highDPI display
268 QTransform devicePixelRatioFTransform = QTransform::fromScale(gc.device()->devicePixelRatioF(), gc.device()->devicePixelRatioF());
269 // all three transformations: scale and rotation done by the user, scale from highDPI display, and zoom + rotation of the view
270 // order: zoom/rotation of the view; scale to high res; scale and rotation done by the user
271 QImage prescaled = d->mipmap.getClosestWithoutWorkaroundBorder(transform * devicePixelRatioFTransform * gc.transform(), &scale);
272 transform.scale(1.0 / scale, 1.0 / scale);
273
274 // Color conversion.
275 QImage *targetD = dynamic_cast<QImage*>(gc.device());
276#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
277 const bool getTargetCs = (targetD && targetD->colorSpace().colorModel() == QColorSpace::ColorModel::Rgb);
278
280 const KoColorProfile *sourceP = KoColorSpaceRegistry::instance()->profileForQColorSpace(d->image.colorSpace());
281 if (targetP != sourceP) {
283 dev->convertFromQImage(prescaled, sourceP);
285 prescaled = dev->convertToQImage(targetP);
286 if (getTargetCs) {
287 prescaled.setColorSpace(targetD->colorSpace());
288 } else {
289 prescaled.setColorSpace(QColorSpace(QColorSpace::SRgb));
290 }
291 }
292#endif
293
294 if (scale > 1.0) {
295 // enlarging should be done without smooth transformation
296 // so the user can see pixels just as they are painted
297 gc.setRenderHints(QPainter::Antialiasing);
298 } else {
299 gc.setRenderHints(QPainter::Antialiasing | QPainter::SmoothPixmapTransform);
300 }
301 gc.setClipRect(QRectF(QPointF(), shapeSize), Qt::IntersectClip);
302 gc.setTransform(transform, true);
303 gc.drawImage(QPoint(), prescaled);
304
305 gc.restore();
306}
const KoID Integer8BitsColorDepthID("U8", ki18n("8-bit integer/channel"))
QImage convertToQImage(const KoColorProfile *dstProfile, qint32 x, qint32 y, qint32 w, qint32 h, KoColorConversionTransformation::Intent renderingIntent=KoColorConversionTransformation::internalRenderingIntent(), KoColorConversionTransformation::ConversionFlags conversionFlags=KoColorConversionTransformation::internalConversionFlags()) const
void convertFromQImage(const QImage &image, const KoColorProfile *profile, qint32 offsetX=0, qint32 offsetY=0)
void convertTo(const KoColorSpace *dstColorSpace, KoColorConversionTransformation::Intent renderingIntent=KoColorConversionTransformation::internalRenderingIntent(), KoColorConversionTransformation::ConversionFlags conversionFlags=KoColorConversionTransformation::internalConversionFlags(), KUndo2Command *parentCommand=nullptr, KoUpdater *progressUpdater=nullptr)
const KoColorProfile * p709SRGBProfile() const

References KisPaintDevice::convertFromQImage(), KisPaintDevice::convertTo(), KisPaintDevice::convertToQImage(), d, KoID::id(), KoColorSpaceRegistry::instance(), Integer8BitsColorDepthID, KoColorSpaceRegistry::p709SRGBProfile(), KoShape::parent(), KoColorSpaceRegistry::profileForQColorSpace(), RGBAColorModelID, KoShape::scale(), KoShape::size(), and KoShape::transform().

◆ saturation()

qreal KisReferenceImage::saturation ( ) const

Definition at line 314 of file KisReferenceImage.cpp.

315{
316 return d->saturation;
317}

References d.

◆ saveImage()

bool KisReferenceImage::saveImage ( KoStore * store) const

Definition at line 442 of file KisReferenceImage.cpp.

443{
444 if (!d->embed) return true;
445
446 if (!store->open(d->internalFilename)) {
447 return false;
448 }
449
450 bool saved = false;
451
452 KoStoreDevice storeDev(store);
453 if (storeDev.open(QIODevice::WriteOnly)) {
454 saved = d->image.save(&storeDev, "PNG");
455 }
456
457 return store->close() && saved;
458}

References KoStore::close(), d, KoStore::open(), and KoStoreDevice::open().

◆ saveXml()

void KisReferenceImage::saveXml ( QDomDocument & document,
QDomElement & parentElement,
int id )

Definition at line 386 of file KisReferenceImage.cpp.

387{
388 d->id = id;
389
390 QDomElement element = document.createElement("referenceimage");
391
392 if (d->embed) {
393 d->internalFilename = QString("reference_images/%1.png").arg(id);
394 }
395
396 const QString src = d->embed ? d->internalFilename : (QString("file://") + d->externalFilename);
397 element.setAttribute("src", src);
398
399 const QSizeF &shapeSize = size();
400 element.setAttribute("width", KisDomUtils::toString(shapeSize.width()));
401 element.setAttribute("height", KisDomUtils::toString(shapeSize.height()));
402 element.setAttribute("keepAspectRatio", keepAspectRatio() ? "true" : "false");
403 element.setAttribute("transform", SvgUtil::transformToString(transform()));
404
405 element.setAttribute("opacity", KisDomUtils::toString(1.0 - transparency()));
406 element.setAttribute("saturation", KisDomUtils::toString(d->saturation));
407
408 parentElement.appendChild(element);
409}
bool keepAspectRatio() const
Definition KoShape.cpp:870
static QString transformToString(const QTransform &transform)
Converts specified transformation to a string.
Definition SvgUtil.cpp:104
QString toString(const QString &value)

References d, KoShape::keepAspectRatio(), KoShape::size(), KisDomUtils::toString(), KoShape::transform(), SvgUtil::transformToString(), and KoShape::transparency().

◆ setEmbed()

void KisReferenceImage::setEmbed ( bool embed)

Definition at line 319 of file KisReferenceImage.cpp.

320{
321 KIS_SAFE_ASSERT_RECOVER_RETURN(embed || !d->externalFilename.isEmpty());
322 d->embed = embed;
323}
#define KIS_SAFE_ASSERT_RECOVER_RETURN(cond)
Definition kis_assert.h:128

References d, embed(), and KIS_SAFE_ASSERT_RECOVER_RETURN.

◆ setFilename()

void KisReferenceImage::setFilename ( const QString & filename)

Definition at line 346 of file KisReferenceImage.cpp.

347{
348 d->externalFilename = filename;
349}

References d, and filename().

◆ setSaturation()

void KisReferenceImage::setSaturation ( qreal saturation)

Definition at line 308 of file KisReferenceImage.cpp.

309{
310 d->saturation = saturation;
311 d->cachedImage = QImage();
312}

References d, and saturation().

Member Data Documentation

◆ d

QSharedDataPointer<Private> KisReferenceImage::d
private

Definition at line 89 of file KisReferenceImage.h.


The documentation for this class was generated from the following files: