Foros de discusión

Fail generation preview for TIFF images

thumbnail
Jonatan Oyola, modificado hace 10 años.

Fail generation preview for TIFF images

Regular Member Mensajes: 193 Fecha de incorporación: 6/06/07 Mensajes recientes
I upload a TIFF image, but the preview file is not generated correctly. Can somebody help me?
thumbnail
Jonatan Oyola, modificado hace 10 años.

RE: Fail generation preview for TIFF images

Regular Member Mensajes: 193 Fecha de incorporación: 6/06/07 Mensajes recientes
I've found this issue: https://issues.liferay.com/browse/LPS-41733.
Why won't this bug fix???
thumbnail
Jonatan Oyola, modificado hace 10 años.

RE: Fail generation preview for TIFF images

Regular Member Mensajes: 193 Fecha de incorporación: 6/06/07 Mensajes recientes
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 hace 7 años.

RE: Fail generation preview for TIFF images

New Member Mensajes: 10 Fecha de incorporación: 13/06/16 Mensajes recientes
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 hace 10 años.

RE: Fail generation preview for TIFF images

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
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 hace 10 años.

RE: Fail generation preview for TIFF images

Regular Member Mensajes: 193 Fecha de incorporación: 6/06/07 Mensajes recientes
It's for big images.

Archivos adjuntos: