Jamaika1

Results 56 comments of Jamaika1

It turned out my mistake. I wanted to use RGB-YCoCg {mct} color conversion, which is forbidden for yuv '-F'. Is it possible to import yuv rgb24 or rgba photos. Reportedly...

I am surprised that viewers for jpeg2000 expect rgb24 and not yuv444p. https://i.ibb.co/mJvq4g9/ucsnath.png ffmpeg -i import -f rawvideo -pix_fmt yuv444p yuv444p.yuv ffmpeg -i import -f rawvideo -pix_fmt rgb24 rgb24.yuv ffmpeg...

https://github.com/uclouvain/openjpeg/issues/1237 + fix gcc [INFO] Start to read j2k main header (0). [INFO] Main header has been correctly decoded. [INFO] No decoded area parameters, set the decoded area to the...

Matrix unknown. For HTJPEG2000 the same settings are correct. cjpegHTJ2K_j2c.exe -i Stationery.yuv -o Stationery_openjph.j2c -dims {4000,3000} -num_comps 3 -signed false -bit_depth 8 -downsamp {1,1},{2,2},{2,2} -block_size {64,64} -precincts {128,128},{256,256} -prog_order CPRL...

https://www.sendspace.com/file/tna3t1

It turned out my mistake. I wanted to use RGB-YCoCg {mct} color conversion, which is forbidden for yuv '-F'. Is it possible to import yuv rgb24 or rgba photos. Reportedly...

Hi @[jan-wassenberg](https://github.com/jan-wassenberg). I need confirmation. Do the files created by me work under Windows 64bit AVX2? https://www.sendspace.com/file/6p4fzw Can function {mavx2} not be used for gcc? How then to define the...

I used fix [9b6b473](https://github.com/google/highway/commit/9b6b473890bb6a43f5cd4786f9c214f0aa4e6420) and don't know if the result is correct now. `JPEG XL encoder v0.7.0 0.7.0-59f7d19 [Unknown]`

Thanks for answer. The isn't added in file: https://github.com/FLIF-hub/FLIF/archive/master.zip I don't know, how add file TIFF with metadata?

Thanks for answer. Unfortunately, TIFF or RAW can't separate .exif. Programs don't read .exif. Now I know about differences in version ExiF and incompatibility of programs. _convert.exe image.tiff image.exif_ ```...