Home
last modified time | relevance | path

Searched refs:timg (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/graphics/gimp-resynthesizer/resynthesizer-2.0.3/PluginScripts/
H A Dplugin-heal-transparency.py32 def heal_transparency(timg, tdrawable, samplingRadiusParam=50, orderParam=2): argument
39 pdb.gimp_image_undo_group_start(timg)
43 org_selection = pdb.gimp_selection_save(timg)
44 pdb.gimp_image_set_active_layer(timg, tdrawable)
47 pdb.gimp_image_select_item(timg, CHANNEL_OP_REPLACE, tdrawable)
49 pdb.gimp_selection_invert(timg)
52 pdb.gimp_selection_grow(timg, 1)
59 …pdb.python_fu_heal_selection(timg, tdrawable, samplingRadiusParam, 0, orderParam, run_mode=RUN_NON…
64 pdb.gimp_image_select_item(timg, CHANNEL_OP_REPLACE, org_selection)
67 pdb.gimp_image_undo_group_end(timg)
/dports/graphics/digikam/digikam-7.4.0/core/libs/transitionmngr/
H A Dframeutils.cpp42 QImage timg; in makeFramedImage() local
57 timg = dimg.copyQImage(); in makeFramedImage()
60 return makeScaledImage(timg, outSize); in makeFramedImage()
63 QImage FrameUtils::makeScaledImage(QImage& timg, const QSize& outSize) in makeScaledImage() argument
68 if (!timg.isNull()) in makeScaledImage()
70 timg = timg.scaled(outSize, Qt::KeepAspectRatio, Qt::SmoothTransformation); in makeScaledImage()
73 p.drawImage((qimg.width() / 2) - (timg.width() / 2), in makeScaledImage()
74 (qimg.height() / 2) - (timg.height() / 2), in makeScaledImage()
75 timg); in makeScaledImage()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c42 radeon_texture_image *timg, in do_copy_texsubimage() argument
49 const GLuint face = timg->base.Base.Face; in do_copy_texsubimage()
50 const GLuint level = timg->base.Base.Level; in do_copy_texsubimage()
74 if (!timg->mt) { in do_copy_texsubimage()
79 assert(timg->mt); in do_copy_texsubimage()
80 assert(timg->mt->bo); in do_copy_texsubimage()
81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage()
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
98 dst_mesaformat = timg->base.Base.TexFormat; in do_copy_texsubimage()
130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
[all …]
/dports/graphics/timg/timg-1.4.0/src/
H A Dtimg.cc70 using timg::Duration;
71 using timg::Framebuffer;
72 using timg::ImageSource;
73 using timg::KittyGraphicsCanvas;
74 using timg::ITerm2GraphicsCanvas;
75 using timg::TerminalCanvas;
76 using timg::Time;
77 using timg::UnicodeBlockCanvas;
78 using timg::rgba_t;
104 namespace timg { namespace
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/algorithms/basic/
H A DCalculateOptimalScale.cpp62 SrcPanoImage timg = src; in calcOptimalPanoScale() local
63 timg.setRoll(0); in calcOptimalPanoScale()
64 timg.setPitch(0); in calcOptimalPanoScale()
65 timg.setYaw(0); in calcOptimalPanoScale()
66 timg.setX(0); in calcOptimalPanoScale()
67 timg.setY(0); in calcOptimalPanoScale()
68 timg.setZ(0); in calcOptimalPanoScale()
69 transf.createTransform(timg, dest); in calcOptimalPanoScale()
/dports/graphics/timg/timg-1.4.0/
H A DREADME.md1 timg - Terminal Image and Video Viewer
10 ### https://timg.sh/
61 ![](img/grid-timg-kitty.png)
154 qrencode -s1 -m2 "http://timg.sh/" -o- | timg -
183 timg /dev/video0
203 | timg --scroll=20 -
249 \ {View in timg}
253 \ {View in timg}
389 timg myimage.jpg
422 brew install timg
[all …]

12345678910