Home
last modified time | relevance | path

Searched refs:Jpeg (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/dports/net/x11vnc/x11vnc-0.9.16/misc/
H A Dslide.pl46 $Jpeg{$pic}{w} = $1;
47 $Jpeg{$pic}{h} = $2;
64 $Jpeg{$pic}{data} = $new;
88 my $h = $Jpeg{$pic}{h};
89 my $w = $Jpeg{$pic}{w};
105 $line = substr($Jpeg{$pic}{data}, $y * $w * 4, $w * 4);
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/media/
H A DBitmapMetadataHandlerTest.php31 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
55 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
68 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
77 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
85 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/media/
H A DBitmapMetadataHandlerTest.php31 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
55 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
68 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
77 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
85 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/media/
H A DBitmapMetadataHandlerTest.php31 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
55 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
68 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
77 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
85 $meta = BitmapMetadataHandler::Jpeg( $this->filePath .
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Clipper/data/
H A DClipper-actions-kde.conf2 Description=Jpeg-Image
3 Description[af]=Jpeg Beeld
4 Description[ar]=صورة Jpeg
5 Description[az]=Jpeg-Rəsmi
9 Description[br]=Skeudenn Jpeg
10 Description[bs]=Jpeg-slika
16 Description[el]=Εικόνα-Jpeg
21 Description[fa]=تصویر-Jpeg
22 Description[fi]=Jpeg-kuva
32 Description[is]=Jpeg mynd
[all …]
H A DClipper-actions-gnome.conf2 Description=Jpeg-Image
3 Description[af]=Jpeg Beeld
4 Description[ar]=صورة Jpeg
5 Description[az]=Jpeg-Rəsmi
9 Description[br]=Skeudenn Jpeg
10 Description[bs]=Jpeg-slika
16 Description[el]=Εικόνα-Jpeg
21 Description[fa]=تصویر-Jpeg
22 Description[fi]=Jpeg-kuva
32 Description[is]=Jpeg mynd
[all …]
H A DClipper-actions-xfce.conf2 Description=Jpeg-Image
3 Description[af]=Jpeg Beeld
4 Description[ar]=صورة Jpeg
5 Description[az]=Jpeg-Rəsmi
9 Description[br]=Skeudenn Jpeg
10 Description[bs]=Jpeg-slika
16 Description[el]=Εικόνα-Jpeg
21 Description[fa]=تصویر-Jpeg
22 Description[fi]=Jpeg-kuva
32 Description[is]=Jpeg mynd
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/photos/
H A DJfifSupport.vala109 if (!Jpeg.is_jpeg(file))
131 public override void write(Gdk.Pixbuf pixbuf, Jpeg.Quality quality) throws Error {
146 namespace Jpeg {
222 private int read_marker(InputStream fins, out Jpeg.Marker marker) throws Error {
223 marker = Jpeg.Marker.INVALID;
228 if (dins.read_byte() != Jpeg.MARKER_PREFIX)
231 marker = (Jpeg.Marker) dins.read_byte();
232 if ((marker == Jpeg.Marker.SOI) || (marker == Jpeg.Marker.EOI)) {
/dports/graphics/elementary-photos/photos-2.7.1/src/photos/
H A DJfifSupport.vala119 if (!Jpeg.is_jpeg (file))
141 public override void write (Gdk.Pixbuf pixbuf, Jpeg.Quality quality) throws Error {
156 namespace Jpeg {
223 private int read_marker (FileInputStream fins, out Jpeg.Marker marker) throws Error {
224 marker = Jpeg.Marker.INVALID;
229 if (dins.read_byte () != Jpeg.MARKER_PREFIX)
232 marker = (Jpeg.Marker) dins.read_byte ();
233 if ((marker == Jpeg.Marker.SOI) || (marker == Jpeg.Marker.EOI)) {
/dports/irc/smuxi/smuxi-1.1/lib/Twitterizer/Twitterizer2/Core/
H A DTwitterImage.cs17 Jpeg, enumerator
64 case TwitterImageImageType.Jpeg: in GetMimeType()
97 newImage.ImageType = TwitterImageImageType.Jpeg; in ReadFromDisk()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/mp4ameta-0.6.1/src/core/
H A Ddata.rs103 Jpeg(Vec<u8>), enumerator
116 Data::Jpeg(_) => write!(f, "JPEG"), in fmt()
130 Data::Jpeg(v) => v.len(), in len()
147 Data::Jpeg(_) => JPEG, in write_typed()
171 Data::Jpeg(v) => { writer.write_all(v)?; } in write_raw()
201 JPEG => Data::Jpeg(read_u8_vec(reader, length)?), in parse()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/StbImageConverter/
H A DStbImageConverter.cpp56 _format = Format::Jpeg;
74 …if(_format == Format::Bmp || _format == Format::Jpeg || _format == Format::Png || _format == Forma… in doExportToData()
78 if(_format == Format::Bmp || _format == Format::Jpeg) in doExportToData()
84 if(_format == Format::Bmp || _format == Format::Jpeg) in doExportToData()
136 } else if(_format == Format::Jpeg) { in doExportToData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DImageFormatConverter.cs90 else if (strFormat.Equals (ImageFormat.Jpeg.ToString ())) in ConvertFrom()
91 return ImageFormat.Jpeg; in ConvertFrom()
113 return ImageFormat.Jpeg; in ConvertFrom()
142 else if (c.Guid.Equals (ImageFormat.Jpeg.Guid)) in ConvertTo()
176 list [5] = ImageFormat.Jpeg; in GetStandardValues()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/audiotags-0.2.7182/src/components/
H A Dmp4_tag.rs71 mp4ameta::Data::Jpeg(ref data) => Self { in try_from()
73 mime_type: MimeType::Jpeg, in try_from()
148 Jpeg(d) => Some(Picture { in album_cover()
150 mime_type: MimeType::Jpeg, in album_cover()
163 MimeType::Jpeg => mp4ameta::Data::Jpeg(cover.data.to_owned()), in set_album_cover()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DJpeg.java66 public class Jpeg extends Image { class
104 Jpeg(Image image) { in Jpeg() method in Jpeg
115 public Jpeg(URL url) throws BadElementException, IOException { in Jpeg() method in Jpeg
128 public Jpeg(byte[] img) throws BadElementException, IOException { in Jpeg() method in Jpeg
145 public Jpeg(byte[] img, float width, float height) throws BadElementException, IOException { in Jpeg() method in Jpeg
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DExporter.vala17 public Jpeg.Quality quality;
21 Jpeg.Quality quality) {
30 PhotoFileFormat.get_system_default_format(), Jpeg.Quality.HIGH);
35 PhotoFileFormat.get_system_default_format(), Jpeg.Quality.HIGH);
39 return ExportFormatParameters(ExportFormatMode.SPECIFIED, format, Jpeg.Quality.HIGH);
44 PhotoFileFormat.get_system_default_format(), Jpeg.Quality.HIGH);
47 public static ExportFormatParameters for_JPEG(Jpeg.Quality quality) {
72 public Jpeg.Quality? quality;
79 Jpeg.Quality? quality, PhotoFileFormat? format, Cancellable cancellable,
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/audiotags-0.2.7182/src/
H A Dtypes.rs6 Jpeg, enumerator
16 "image/jpeg" => MimeType::Jpeg, in try_from()
29 MimeType::Jpeg => "image/jpeg", in from()
/dports/mail/mailutils/mailutils-3.13/libmailutils/tests/
H A Dctm.at37 IMAGE/Jpeg\
50 IMAGE/Jpeg\
77 IMAGE/Jpeg: 0
87 IMAGE/Jpeg: 0
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DExporter.vala29 public Jpeg.Quality quality;
33 Jpeg.Quality quality) {
42 … PhotoFileFormat.get_system_default_format (), Jpeg.Quality.HIGH);
47 … PhotoFileFormat.get_system_default_format (), Jpeg.Quality.HIGH);
51 return ExportFormatParameters (ExportFormatMode.SPECIFIED, format, Jpeg.Quality.HIGH);
56 … PhotoFileFormat.get_system_default_format (), Jpeg.Quality.HIGH);
59 public static ExportFormatParameters for_jpeg (Jpeg.Quality quality) {
84 public Jpeg.Quality? quality;
91 Jpeg.Quality? quality, PhotoFileFormat? format, Cancellable cancellable,
/dports/devel/py-filetype/filetype-1.0.7/filetype/types/
H A Dimage.py9 class Jpeg(Type): class
17 super(Jpeg, self).__init__(
18 mime=Jpeg.MIME,
19 extension=Jpeg.EXTENSION
/dports/x11/nxcomp/nx-libs-3.5.0.32/doc/applied-patches/
H A D0025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch3 --- a/nxcomp/Jpeg.cpp 2014-08-19 22:23:36.139072400 -0400
4 +++ b/nxcomp/Jpeg.cpp 2014-08-19 22:25:24.323182800 -0400
/dports/www/zola/zola-0.15.2/components/imageproc/src/
H A Dlib.rs52 let format = self.format.unwrap_or(Jpeg); in is_lossy()
203 Jpeg(u8), enumerator
220 Ok(Jpeg(jpg_quality)) in from_args()
225 "jpeg" | "jpg" => Ok(Jpeg(jpg_quality)), in from_args()
255 Jpeg(_) => "jpg", in extension()
268 Jpeg(q) => q, in hash()
332 Format::Jpeg(q) => { in perform()
333 img.write_to(&mut f, ImageOutputFormat::Jpeg(q))?; in perform()
/dports/sysutils/aptly/aptly-1.4.0/vendor/gopkg.in/h2non/filetype.v1/matchers/
H A Dimage.go17 TypeJpeg: Jpeg,
29 func Jpeg(buf []byte) bool { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/h2non/filetype/matchers/
H A Dimage.go17 TypeJpeg: Jpeg,
29 func Jpeg(buf []byte) bool { func
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/gopkg.in/h2non/filetype.v1/matchers/
H A Dimage.go17 TypeJpeg: Jpeg,
29 func Jpeg(buf []byte) bool { func

12345678910>>...42