Home
last modified time | relevance | path

Searched refs:TYPE_GIF (Results 1 – 17 of 17) sorted by relevance

/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_image.php30 const TYPE_GIF = 1; define in rcube_image
37 self::TYPE_GIF => 'gif',
391 else if ($type == self::TYPE_GIF) {
/dports/graphics/sdump/sdump-c5fb55b/
H A Dloader.h29 TYPE_GIF, enumerator
532 return TYPE_GIF; in check_filetype()
550 [TYPE_GIF] = load_gif, in load_image()
/dports/deskutils/py-paperless/paperless-2.7.0/src/documents/
H A Dforms.py19 "image/gif": Document.TYPE_GIF,
H A Dviews.py52 Document.TYPE_GIF: "image/gif",
H A Dmodels.py192 TYPE_GIF = "gif" variable in Document
197 TYPES = (TYPE_PDF, TYPE_PNG, TYPE_JPG, TYPE_GIF, TYPE_TIF,
/dports/www/gophernicus/gophernicus-3.0.1/
H A Dgophernicus.h180 #define TYPE_GIF 'g' macro
H A Dmenu.c230 sstrncmp(buf, "GIF87a") == MATCH) return TYPE_GIF; in gopher_filetype()
H A Dgophernicus.c131 else if (st->req_filetype == TYPE_GIF || st->req_filetype == TYPE_IMAGE) { in die()
/dports/x11-toolkits/fox14/fox-1.4.35/shutterbug/
H A DShutterBug.cpp132 TYPE_GIF enumerator
183 fileformat=TYPE_GIF; in ShutterBug()
313 fileformat=getApp()->reg().readIntEntry("SETTINGS","fileformat",TYPE_GIF); in readRegistry()
588 case TYPE_GIF: ok=fxsaveGIF(outfile,data,rectangle.w,rectangle.h,quantize); break; in onCmdSnap()
/dports/graphics/sdump/sdump-c5fb55b/static/
H A Dsdump.c171 TYPE_GIF, enumerator
534 return TYPE_GIF; in check_filetype()
552 [TYPE_GIF] = load_gif, in load_image()
/dports/x11-toolkits/fox16/fox-1.6.57/shutterbug/
H A DShutterBug.cpp129 TYPE_GIF enumerator
165 fileformat=TYPE_GIF; in ShutterBug()
246 fileformat=getApp()->reg().readIntEntry("SETTINGS","fileformat",TYPE_GIF); in readRegistry()
596 case TYPE_GIF: ok=fxsaveGIF(outfile,data,w,h,quantize); break; in saveImage()
/dports/x11-toolkits/fox17/fox-1.7.77/shutterbug/
H A DShutterBug.cpp131 TYPE_GIF enumerator
170 fileformat=TYPE_GIF; in ShutterBug()
251 fileformat=getApp()->reg().readIntEntry("SETTINGS","fileformat",TYPE_GIF); in readRegistry()
602 case TYPE_GIF: ok=fxsaveGIF(outfile,pixels,w,h,quantize); break; in saveImage()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Tag/
H A DMp4Tag.cpp263 case AP4_MetaData::Value::TYPE_GIF: return "GIF"; in TypeCode()
621 (*type == "JPEG" ? AP4_MetaData::Value::TYPE_JPEG : AP4_MetaData::Value::TYPE_GIF); in AddTag()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/MetaData/
H A DAp4MetaData.h155 TYPE_GIF, enumerator
H A DAp4MetaData.cpp1401 case AP4_MetaData::Value::TYPE_GIF: in AP4_DataAtom()
1486 return AP4_MetaData::Value::TYPE_GIF; in GetValueType()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/MetaData/
H A DAp4MetaData.h155 TYPE_GIF, enumerator
H A DAp4MetaData.cpp1305 case AP4_MetaData::Value::TYPE_GIF: in AP4_DataAtom()
1389 return AP4_MetaData::Value::TYPE_GIF; in GetValueType()