|
Krita Source Code Documentation
|
#include "psd_layer_record.h"#include <QtEndian>#include <KoColor.h>#include <QBuffer>#include <QDataStream>#include <QIODevice>#include "kis_iterator_ng.h"#include <algorithm>#include <kis_debug.h>#include <kis_node.h>#include <kis_paint_layer.h>#include "compression.h"#include "psd.h"#include "psd_header.h"#include "psd_utils.h"#include <KoColorSpace.h>#include <KoColorSpaceMaths.h>#include <KoColorSpaceRegistry.h>#include <KoColorSpaceTraits.h>#include <KoPathShape.h>#include <KoPathSegment.h>#include <KoPathPoint.h>#include <asl/kis_asl_reader_utils.h>#include <asl/kis_asl_writer_utils.h>#include <asl/kis_offset_keeper.h>#include "psd_pixel_utils.h"#include <kundo2command.h>Go to the source code of this file.
Functions | |
| QString | channelIdToChannelType (int channelId, psd_color_mode colormode) |
| QDebug | operator<< (QDebug dbg, const ChannelInfo &channel) |
| QDebug | operator<< (QDebug dbg, const PSDLayerRecord &layer) |
| QString channelIdToChannelType | ( | int | channelId, |
| psd_color_mode | colormode ) |
Definition at line 44 of file psd_layer_record.cpp.
References Bitmap, CMYK, CMYK64, DeepMultichannel, DuoTone, Duotone16, Gray16, Grayscale, Indexed, Lab, Lab48, MultiChannel, RGB, and RGB48.
| QDebug operator<< | ( | QDebug | dbg, |
| const ChannelInfo & | channel ) |
Definition at line 1035 of file psd_layer_record.cpp.
References ChannelInfo::channelDataLength, ChannelInfo::channelId, and ChannelInfo::compressionType.
| QDebug operator<< | ( | QDebug | dbg, |
| const PSDLayerRecord & | layer ) |
Definition at line 1012 of file psd_layer_record.cpp.
References PSDLayerRecord::blendModeKey, PSDLayerRecord::bottom, PSDLayerRecord::channelInfoRecords, PSDLayerRecord::clipping, PSDLayerRecord::irrelevant, PSDLayerRecord::layerName, PSDLayerRecord::left, PSDLayerRecord::nChannels, PSDLayerRecord::opacity, PSDLayerRecord::right, PSDLayerRecord::top, PSDLayerRecord::transparencyProtected, and PSDLayerRecord::visible.