Home
last modified time | relevance | path

Searched refs:imgFormat (Results 26 – 50 of 76) sorted by relevance

1234

/dports/biology/checkm/CheckM-1.0.18/checkm/plot/
H A DAbstractPlot.py61 imgFormat = filename[filename.rfind('.') + 1:len(filename)]
62 if imgFormat in ['png', 'pdf', 'ps', 'eps', 'svg']:
63 …self.fig.savefig(filename, format=imgFormat, dpi=dpi, facecolor='white', edgecolor='white', bbox_i…
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/examples/lapack-like/
H A DChunkedPseudospectrum.cpp131 const FileFormat imgFormat = static_cast<FileFormat>(imgFormatInt); in main() local
212 Write( AReal, "A", imgFormat ); in main()
217 Write( ACpx, "A", imgFormat ); in main()
341 psCtrl.snapCtrl.imgFormat = imgFormat; in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qimagewriter/
H A Dtst_qimagewriter.cpp263 QImage::Format imgFormat = QImage::Format_Mono; in writeImage2_data() local
264 while (imgFormat != QImage::NImageFormats) { in writeImage2_data()
265 QImage image = image0.convertToFormat(imgFormat); in writeImage2_data()
268 const QString fileName = QString("solidcolor_%1.%2").arg(imgFormat) in writeImage2_data()
274 imgFormat = QImage::Format(int(imgFormat) + 1); in writeImage2_data()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/MultiEditorImage/
H A Dmultieditorimage.cpp52 imgFormat = ir.format(); in setValue()
57 imgFormat.clear(); in setValue()
130 QString format = QString::fromLatin1(imgFormat); in saveFile()
H A Dmultieditorimage.h33 QByteArray imgFormat; variable
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glsl/
H A Dmultitex.c295 GLenum imgFormat; in InitTextures() local
298 image = LoadRGBImage(TexFiles[i], &imgWidth, &imgHeight, &imgFormat); in InitTextures()
307 imgFormat, GL_UNSIGNED_BYTE, image); in InitTextures()
H A Dshtest.c391 GLenum imgFormat; in LoadTexture() local
397 image = LoadRGBImage(texFileName, &imgWidth, &imgHeight, &imgFormat); in LoadTexture()
422 imgFormat, GL_UNSIGNED_BYTE, image); in LoadTexture()
430 imgFormat, GL_UNSIGNED_BYTE, image); in LoadTexture()
434 imgFormat, GL_UNSIGNED_BYTE, image); in LoadTexture()
H A Dtexdemo1.c350 GLenum imgFormat; in InitTextures() local
353 image = LoadRGBImage(GroundImage, &imgWidth, &imgHeight, &imgFormat); in InitTextures()
362 imgFormat, GL_UNSIGNED_BYTE, image); in InitTextures()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/glsl/
H A Dmultitex.c295 GLenum imgFormat; in InitTextures() local
298 image = LoadRGBImage(TexFiles[i], &imgWidth, &imgHeight, &imgFormat); in InitTextures()
307 imgFormat, GL_UNSIGNED_BYTE, image); in InitTextures()
H A Dshtest.c391 GLenum imgFormat; in LoadTexture() local
397 image = LoadRGBImage(texFileName, &imgWidth, &imgHeight, &imgFormat); in LoadTexture()
422 imgFormat, GL_UNSIGNED_BYTE, image); in LoadTexture()
430 imgFormat, GL_UNSIGNED_BYTE, image); in LoadTexture()
434 imgFormat, GL_UNSIGNED_BYTE, image); in LoadTexture()
H A Dtexdemo1.c350 GLenum imgFormat; in InitTextures() local
353 image = LoadRGBImage(GroundImage, &imgWidth, &imgHeight, &imgFormat); in InitTextures()
362 imgFormat, GL_UNSIGNED_BYTE, image); in InitTextures()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/fixtures/
H A Dimage_fixture.h85 const cl_image_format *imgFormat = &Traits::imageFormat) {
87 …auto surfaceFormat = Image::getSurfaceFormatFromTable(Traits::flags, imgFormat, context->getDevice…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/gl/windows/
H A Dgl_texture_windows.cpp37 cl_image_format imgFormat = {}; in createSharedGlTexture() local
110 if (setClImageFormat(texInfo.glInternalFormat, imgFormat) == false) { in createSharedGlTexture()
115 …auto surfaceFormatInfoAddress = Image::getSurfaceFormatFromTable(flags, &imgFormat, context->getDe… in createSharedGlTexture()
/dports/graphics/skanlite/skanlite-21.12.3/src/
H A Dskanlite.cpp160 m_settingsUi.imgFormat->addItem(mimeType.preferredSuffix(), mimeType.name()); in Skanlite()
183 m_saveLocation->setImageFormatIndex(m_settingsUi.imgFormat->currentIndex()); in Skanlite()
331 int index = m_settingsUi.imgFormat->findData(format); in readSettings()
333 m_settingsUi.imgFormat->setCurrentIndex(index); in readSettings()
367 saving.writeEntry("ImgFormat", m_settingsUi.imgFormat->currentData().toString()); in showSettingsDialog()
392 m_saveLocation->setImageFormatIndex(m_settingsUi.imgFormat->currentIndex()); in showSettingsDialog()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dreflect.c196 GLenum imgFormat; in InitWindow() local
202 image = LoadRGBImage( TABLE_TEXTURE, &imgWidth, &imgHeight, &imgFormat ); in InitWindow()
209 imgFormat, GL_UNSIGNED_BYTE, image); in InitWindow()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dreflect.c196 GLenum imgFormat; in InitWindow() local
202 image = LoadRGBImage( TABLE_TEXTURE, &imgWidth, &imgHeight, &imgFormat ); in InitWindow()
209 imgFormat, GL_UNSIGNED_BYTE, image); in InitWindow()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/va/
H A Dva_surface.cpp111 cl_image_format imgFormat = {channelOrder, channelType}; in createSharedVaSurface() local
112 …auto imgSurfaceFormat = Image::getSurfaceFormatFromTable(flags, &imgFormat, context->getDevice(0)-… in createSharedVaSurface()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/other/
H A Dq3dragobject.cpp837 QString imgFormat(fmt); in encodedData() local
838 if (imgFormat == QLatin1String("application/x-qt-image")) in encodedData()
839 imgFormat = QLatin1String("image/PNG"); in encodedData()
841 if (imgFormat.startsWith("image/")){ in encodedData()
842 QByteArray f(imgFormat.mid(6).toAscii()); in encodedData()
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/core/
H A DPILBackend.py16 def ImageToStream(pilImg, imgFormat="JPEG"): argument
18 pilImg.save(fd, imgFormat)
/dports/audio/cadence/Cadence-0.9.1/src/
H A Dshared_canvasjack.py510 imgFormat = "JPG"
512 imgFormat = "PNG"
515 imgFormat = "PNG"
524 self.fExportImage.save(newPath, imgFormat, 100)
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/objviewer/
H A Dglmdraw.c249 GLenum imgFormat; in _glmLoadTexture() local
254 image = LoadRGBImage( mat->map_kd, &imgWidth, &imgHeight, &imgFormat ); in _glmLoadTexture()
267 imgFormat, GL_UNSIGNED_BYTE, image); in _glmLoadTexture()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/objviewer/
H A Dglmdraw.c249 GLenum imgFormat; in _glmLoadTexture() local
254 image = LoadRGBImage( mat->map_kd, &imgWidth, &imgHeight, &imgFormat ); in _glmLoadTexture()
267 imgFormat, GL_UNSIGNED_BYTE, image); in _glmLoadTexture()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/d3d/
H A Dd3d_surface.h31 …static cl_int findImgFormat(D3DFORMAT d3dFormat, cl_image_format &imgFormat, cl_uint plane, ImageP…
/dports/www/gohugo/hugo-0.91.2/resources/
H A Dresource_spec.go311 imgFormat, ok := images.ImageFormatFromMediaSubType(mimeType.SubType)
314 Image: images.NewImage(imgFormat, r.imaging, nil, gr),
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/built_ins/
H A Dvme_dispatch_builder.h186 const cl_image_format &imgFormat = img->getImageFormat(); in validateImages() local
187 …if ((imgFormat.image_channel_order != CL_R) || (imgFormat.image_channel_data_type != CL_UNORM_INT8… in validateImages()

1234