LimeReport icon indicating copy to clipboard operation
LimeReport copied to clipboard

report export to PNG or TIFF format

Open liufeijin opened this issue 6 years ago • 9 comments

hi Fralx Could you add a export format like PG or TIFF? Many be TIFF is better as it only 1 file contains many pages.

liufeijin avatar Dec 27 '19 12:12 liufeijin

Hi! I will think about it :)

fralx avatar Jan 08 '20 10:01 fralx

Hi fralx Thanks ! i found some links about tiff lib for your reference. https://github.com/jkriege2/TinyTIFF https://github.com/hunter-packages/tiff/tree/hunter-4.0.2/libtiff https://github.com/kornholi/sptw https://github.com/libvips/libvips

liufeijin avatar Jan 13 '20 04:01 liufeijin

Hi fralx SVG has supported is very good news. Wish the next function is export to PNG or TIFF when you have free time.

liufeijin avatar Mar 20 '20 10:03 liufeijin

hi fralx Could you add the export to PNG first if the TIFF format too heavy job when you have tiem? It shall be 1 page for 1 PNG file. and file name better is 00001.png 00002.png .... then all will be listed in folder in order.

liufeijin avatar Mar 24 '20 12:03 liufeijin

Hi fralx QT5.14 is support TIFF but why i can't find write multi-page method only find write single page method

char *filename = "F:/0.tif"; /read + write/ QImage image; QImageReader qReader(filename); image = qReader.read(); QImageWriter writer("F:/A.tiff", "tiff"); writer.write(image);

https://doc.qt.io/qt-5/qtimageformats-index.html TIM截图20200424094643 seem to be add the method as

https://stackoverflow.com/questions/13579938/qt-multipage-tiff

liufeijin avatar Apr 24 '20 01:04 liufeijin

hi fralx Could you add the export to PNG first when you have time? It shall be 1 page for 1 PNG file. and file name better is 00001.png 00002.png .... then all will be listed in folder in order.

liufeijin avatar Apr 29 '20 14:04 liufeijin

Hi fralx Do you add the function export to PNG( any Picture format) in plane? Wish you can add it.

liufeijin avatar Jul 26 '20 05:07 liufeijin

So many plans and so little free time :( Yes, I am going to add export to image format but I don't know when :)

fralx avatar Jul 27 '20 07:07 fralx

:)

liufeijin avatar Jul 28 '20 08:07 liufeijin