TIFF and DJVU layers vs. pages
Posted: 2015-01-21T05:04:09-07:00
Hi, I wanted to ask if current IM version can handle layers in TIFF images. I would like to strongly distinguish between layers and pages. The common command that is said to produce layered TIFF in fact produces a multipage TIFF:
In this way we will get a file that opened in for example evince will have three pages.
My friend created a multilayer TIFF for me in Photoshop. You can download it here:
http://speedy.sh/xWxr8/bookshop.laundry.deu.tiff
It acts differently in evince, I only see one page. But when she reopens it in Photoshop we can see the layers (one has word "Bucherei" and the other "Wascherei" on it, there are not transparent). Does IM can also handle them (for example extract single layer etc.)? My use case is to operate on layers separately in memory in JMagick, but I would first like to know if it is possible at all, in console IM version.
I will appreciate any feedback on this. If you prefer that I upload the example file differently please let me know.
Code: Select all
convert rose: rose: rose: rose.tiff
My friend created a multilayer TIFF for me in Photoshop. You can download it here:
http://speedy.sh/xWxr8/bookshop.laundry.deu.tiff
It acts differently in evince, I only see one page. But when she reopens it in Photoshop we can see the layers (one has word "Bucherei" and the other "Wascherei" on it, there are not transparent). Does IM can also handle them (for example extract single layer etc.)? My use case is to operate on layers separately in memory in JMagick, but I would first like to know if it is possible at all, in console IM version.
I will appreciate any feedback on this. If you prefer that I upload the example file differently please let me know.