Fórum

Fail generation preview for TIFF images

thumbnail
Jonatan Oyola, modificado 10 Anos atrás.

Fail generation preview for TIFF images

Regular Member Postagens: 193 Data de Entrada: 06/06/07 Postagens Recentes
I upload a TIFF image, but the preview file is not generated correctly. Can somebody help me?
thumbnail
Jonatan Oyola, modificado 10 Anos atrás.

RE: Fail generation preview for TIFF images

Regular Member Postagens: 193 Data de Entrada: 06/06/07 Postagens Recentes
I've found this issue: https://issues.liferay.com/browse/LPS-41733.
Why won't this bug fix???
thumbnail
Jonatan Oyola, modificado 10 Anos atrás.

RE: Fail generation preview for TIFF images

Regular Member Postagens: 193 Data de Entrada: 06/06/07 Postagens Recentes
I've resolver tiff conversions:


IMOperation op = new IMOperation();
op.addImage();
op.addImage();

ConvertCmd convert = new ConvertCmd();
convert.setGlobalSearchPath(getGlobalSearchPath());
convert.run(op, new File("image.tiff", new File("image.jpg"));
Tejaswini Renemadugu, modificado 7 Anos atrás.

RE: Fail generation preview for TIFF images

New Member Postagens: 10 Data de Entrada: 13/06/16 Postagens Recentes
Hai Jonatan Oyola,
I have seen u'r code,but i'm not getting where to use this code...help me to get success in opening TIFF file.
thumbnail
Mika Koivisto, modificado 10 Anos atrás.

RE: Fail generation preview for TIFF images

Liferay Legend Postagens: 1519 Data de Entrada: 07/08/06 Postagens Recentes
It was resolved that way because the engineer couldn't reproduce the issue. You should reopen it and attach the tiff that fails.
thumbnail
Jonatan Oyola, modificado 10 Anos atrás.

RE: Fail generation preview for TIFF images

Regular Member Postagens: 193 Data de Entrada: 06/06/07 Postagens Recentes
It's for big images.