/dports/graphics/gimp-resynthesizer/resynthesizer-2.0.3/PluginScripts/ |
H A D | plugin-map-style.py | 137 if pdb.gimp_image_base_type(image) == GRAY : 167 target_mode = pdb.gimp_image_base_type(target_image) 168 source_mode = pdb.gimp_image_base_type(source_image) 277 original_source_base_type = pdb.gimp_image_base_type(source_image) 278 original_target_base_type = pdb.gimp_image_base_type(image)
|
H A D | plugin-render-texture.py | 77 new_type = pdb.gimp_image_base_type(image) # same as source 83 new_basetype = pdb.gimp_image_base_type(image) # same as source
|
H A D | plugin-resynth-fill-pattern.py | 43 new_basetype = pdb.gimp_image_base_type(image) # same as source
|
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/ |
H A D | gimplayer.c | 128 if (gimp_image_base_type (image_ID) != GIMP_RGB) in gimp_layer_new_from_pixbuf() 257 if (gimp_image_base_type (image_ID) != GIMP_RGB) in gimp_layer_new_from_surface()
|
H A D | gimpexport.c | 238 if (gimp_image_base_type (image_ID) == GIMP_INDEXED) in export_convert_bitmap() 989 type = gimp_image_base_type (*image_ID); in gimp_export_image()
|
H A D | gimpimage_pdb.h | 46 GimpImageBaseType gimp_image_base_type (gint32 image_ID);
|
H A D | gimp.def | 430 gimp_image_base_type
|
/dports/graphics/gimp-lqr-plugin/gimp-lqr-plugin-0.7.2/src/ |
H A D | render.c | 57 if (gimp_image_base_type(image_ID) != base_type) \ 164 if ((vals->output_seams) && (gimp_image_base_type(image_ID) != GIMP_RGB)) in render_init_carver() 180 image_ID = gimp_image_new (old_width, old_height, gimp_image_base_type(image_ID)); in render_init_carver() 260 carver_data->base_type = gimp_image_base_type (image_ID); in render_init_carver()
|
H A D | interface_aux.c | 195 switch (gimp_image_base_type (image_ID)) in colour_from_type()
|
H A D | layers_combo.c | 184 switch (gimp_image_base_type (p_data->image_ID)) in callback_new_mask_button()
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-ico/ |
H A D | ico-dialog.c | 280 tmp_image = gimp_image_new (w, h, gimp_image_base_type (image)); in ico_dialog_update_icon_preview() 378 tmp_image = gimp_image_new (w, h, gimp_image_base_type (image)); in ico_dialog_update_icon_preview()
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/ |
H A D | colormap-remap.c | 163 if (gimp_image_base_type (image_ID) != GIMP_INDEXED) in run() 220 if (gimp_image_base_type (image_ID) != GIMP_INDEXED) in run()
|
H A D | grid.c | 356 switch (gimp_image_base_type (image_ID)) in grid()
|
H A D | edge-dog.c | 992 gimp_image_base_type (src_image_id)); in preview_update_preview()
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-dds/ |
H A D | ddswrite.c | 883 basetype = gimp_image_base_type (image_id); in write_layer() 1153 type = gimp_image_base_type (image_id); in write_volume_mipmaps() 1168 if (gimp_image_base_type (image_id) == GIMP_INDEXED) in write_volume_mipmaps() 1287 basetype = gimp_image_base_type (image_id); in write_image() 1954 basetype = gimp_image_base_type (image_id); in save_dialog()
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-tiff/ |
H A D | file-tiff.c | 325 gimp_image_base_type (image) == GIMP_INDEXED, in run()
|
/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/Host/Gimp/ |
H A D | host_gimp.cpp | 702 if (gimp_image_base_type(gmic_qt_gimp_image_id) == GIMP_GRAY) { in gmic_qt_output_images() 777 if (gimp_image_base_type(gmic_qt_gimp_image_id) == GIMP_GRAY) { in gmic_qt_output_images() 860 if (gimp_image_base_type(nimage_id) != GIMP_GRAY) { in gmic_qt_output_images()
|
/dports/print/gutenprint/gutenprint-5.3.3/src/gimp2/ |
H A D | print.c | 239 base_type = gimp_image_base_type(image_ID); in run()
|
H A D | print-image-gimp.c | 158 im->base_type = gimp_image_base_type(image_ID); in Image_GimpDrawable_new()
|
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/gimp2/ |
H A D | print.c | 239 base_type = gimp_image_base_type(image_ID); in run()
|
H A D | print-image-gimp.c | 158 im->base_type = gimp_image_base_type(image_ID); in Image_GimpDrawable_new()
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/ |
H A D | pygimp-image.c | 154 switch (gimp_image_base_type(self->ID)) { in img_new_layer() 1046 return PyInt_FromLong(gimp_image_base_type(self->ID)); in img_get_base_type()
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-psd/ |
H A D | psd-save.c | 1590 if (gimp_image_base_type (image_id) != GIMP_INDEXED) in create_merged_image() 1651 PSDImageData.baseType = gimp_image_base_type (image_id); in get_image_data()
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-fli/ |
H A D | fli-gimp.c | 680 switch (gimp_image_base_type (image_id)) in save_image()
|
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/gimp/ |
H A D | print.c | 519 if (gimp_image_base_type (image_ID) == GIMP_INDEXED) in run()
|