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

Constructors Index

bicotiMapperJPEGIJG
[public] Constructor


Methods Index

Read
[public] Lee una imagen jpeg y la guarda en una bicotiImage
Write
[public] Escribe una imagen jpeg a partir de bicotiImage


Constructors

bicotiMapperJPEGIJG

public bicotiMapperJPEGIJG ( ) ;

Constructor


Methods

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

bicoti II
Claudio Risso
Wilman Alarcon

Click here to return to the top of the page.