掲示板

Fail generation preview for TIFF images

thumbnail
10年前 に Jonatan Oyola によって更新されました。

Fail generation preview for TIFF images

Regular Member 投稿: 193 参加年月日: 07/06/06 最新の投稿
I upload a TIFF image, but the preview file is not generated correctly. Can somebody help me?
thumbnail
10年前 に Jonatan Oyola によって更新されました。

RE: Fail generation preview for TIFF images

Regular Member 投稿: 193 参加年月日: 07/06/06 最新の投稿
I've found this issue: https://issues.liferay.com/browse/LPS-41733.
Why won't this bug fix???
thumbnail
10年前 に Jonatan Oyola によって更新されました。

RE: Fail generation preview for TIFF images

Regular Member 投稿: 193 参加年月日: 07/06/06 最新の投稿
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"));
7年前 に Tejaswini Renemadugu によって更新されました。

RE: Fail generation preview for TIFF images

New Member 投稿: 10 参加年月日: 16/06/13 最新の投稿
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
10年前 に Mika Koivisto によって更新されました。

RE: Fail generation preview for TIFF images

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
It was resolved that way because the engineer couldn't reproduce the issue. You should reopen it and attach the tiff that fails.
thumbnail
10年前 に Jonatan Oyola によって更新されました。

RE: Fail generation preview for TIFF images

Regular Member 投稿: 193 参加年月日: 07/06/06 最新の投稿
It's for big images.

添付ファイル: