search for: heif

Displaying 5 results from an estimated 5 matches for "heif".

Did you mean: hei
2011 Nov 21
1
Lattice graph help
...iceExtra) n=as.factor(c(1:5,1:5)) Breed=as.factor(c(rep("Cow",3),rep("Sheep",3),rep("Goat",2),rep("Yak",2))) Test=as.factor(c(rep("Bovine viral diarrhoea",5),rep("Border Disease",5))) Titer=as.numeric(c(10,20,30,40, 50,15, 25, 35, 45, 55)) heif=data.frame(n,Breed, Test, Titer) x=barchart( heif[,4]~ heif[,1]| heif[,3]+ heif[,2] ,ylab="titer", layout = c(2,2), scales=list(x=list(at=c(seq(0, 60, by = 15)),tick.number=c(5), labels=c(seq(0, 60, by = 15)))) ) useOuterStrips(x) Kind regards Andrew McFadden MVS BVSc | Veterinary Epidem...
2019 Jun 21
3
support free WEBP images in Opus files
WebP (imagepart of VP9) is better then JPG AVIF (imagepart of VPX/AV1) is better then HEIF please support in OPUS file for album arts more then JPG and PNG... WebP and AVIF are free imageformats can store multiple images thats good for the problem with METADATA_BLOCK_PICTURE only can store one file. i try to push some devs of player and converter to support this too. wbr from berlin
2011 Nov 22
0
Lattice graph strips and axes
...iceExtra) n=as.factor(c(1:5,1:5)) Breed=as.factor(c(rep("Cow",3),rep("Sheep",3),rep("Goat",2),rep("Yak",2))) Test=as.factor(c(rep("Bovine viral diarrhoea",5),rep("Border Disease",5))) Titer=as.numeric(c(10,20,30,40, 50,15, 25, 35, 45, 55)) heif=data.frame(n,Breed, Test, Titer) x=barchart( Titer ~ n | Test+Breed, data=heif, layout = c(2,4),between = list(y = c(0.5),x = c(0.5)),scales = list(x = list(alternating = 1, tck = c(1,0)), y = list(alternating = 1, tck = c(1,0))), xlab = "count (n)", ylab = "titer") useOuterStr...
2019 Jun 21
0
support free WEBP images in Opus files
...;m very unclear about what the problem is? Opus isn't related to its containers, though, those are separate lists. On Fri, Jun 21, 2019 at 12:56 AM Oliver Petry <oliverpetry at gmx.de> wrote: > WebP (imagepart of VP9) is better then JPG > AVIF (imagepart of VPX/AV1) is better then HEIF > > please support in OPUS file for album arts > more then JPG and PNG... > > WebP and AVIF are free imageformats can store multiple images > thats good for the problem with METADATA_BLOCK_PICTURE > only can store one file. > > i try to push some devs of player and conver...
2019 Jun 21
1
support free WEBP images in Opus files
...the problem is? Opus isn't > related to its containers, though, those are separate lists. > > On Fri, Jun 21, 2019 at 12:56 AM Oliver Petry <oliverpetry at gmx.de> wrote: > >> WebP (imagepart of VP9) is better then JPG >> AVIF (imagepart of VPX/AV1) is better then HEIF >> >> please support in OPUS file for album arts >> more then JPG and PNG... >> >> WebP and AVIF are free imageformats can store multiple images >> thats good for the problem with METADATA_BLOCK_PICTURE >> only can store one file. >> >> i try to...