source --> mapper
- template class bicotiMapperJPEGIJG
- extends bicotiMapperJPEG < PixelType > as public
Mapper tiff implementado sobre jpglib de IJG
Permite leer y escribir imagenes jpeg
- Source:
-
../../source/mapper/mapper_jpeg_ijg.hpp:23
bicotiMapperJPEGIJG
- [public] Constructor
Read
- [public] Lee una imagen jpeg y la guarda en una bicotiImage
Write
- [public] Escribe una imagen jpeg a partir de bicotiImage
bicotiMapperJPEGIJG
public bicotiMapperJPEGIJG ( ) ;
Constructor
Read
public void Read ( ) ;
Lee una imagen jpeg y la guarda en una bicotiImage
- Exception:
-
bicotiException, si no hay implementación de imagen o device
Write
public void Write ( ) ;
Escribe una imagen jpeg a partir de bicotiImage
- Exception:
-
bicotiException, si no hay implementación de imagen o device
bicoti II

Claudio Risso
Wilman Alarcon
Click here to return to the top of the page.