Search found 24 matches

by Bingo
2018-10-27T01:34:56-07:00
Forum: Bugs
Topic: TIFF to TIFF convert doesn't keep custom tag
Replies: 11
Views: 19918

Re: TIFF to TIFF convert doesn't keep custom tag

All right, the post about a patch being on its way had me thinking otherwise.
Thanks for the information though.
by Bingo
2018-10-26T02:49:01-07:00
Forum: Bugs
Topic: TIFF to TIFF convert doesn't keep custom tag
Replies: 11
Views: 19918

Re: TIFF to TIFF convert doesn't keep custom tag

As I mentioned in my post, I tried with different versions, including the latest 7.x and latest 6.x. I uploaded a sample file here https://ufile.io/y40ao As you can see this is a GeoTIFF, so the missing tags in the output are 34264 (ModelTransformationTag), 34735 (GeoKeyDirectoryTag) and 42113 (GDAL...
by Bingo
2018-10-24T13:55:38-07:00
Forum: Bugs
Topic: TIFF to TIFF convert doesn't keep custom tag
Replies: 11
Views: 19918

Re: TIFF to TIFF convert doesn't keep custom tag

Yes I know about quiet, but warnings are not the problem here.
The tags are removed in my case, as shown by the identify I posted for the input and output tiffs.

You mean that you have the warnings about unkown tags and still have them in the output ?
by Bingo
2018-10-24T11:33:59-07:00
Forum: Bugs
Topic: TIFF to TIFF convert doesn't keep custom tag
Replies: 11
Views: 19918

Re: TIFF to TIFF convert doesn't keep custom tag

But isn't this a known tag ? identify shows the tag name.
The problem is with custom tags ("unknown field with tag" warning during conversion, "Tag 33550" in identify).
by Bingo
2018-10-24T07:32:03-07:00
Forum: Bugs
Topic: TIFF to TIFF convert doesn't keep custom tag
Replies: 11
Views: 19918

Re: TIFF to TIFF convert doesn't keep custom tag

Sorry to up this old thread, but I have the same problem and cannot find aversion of ImageMagick that would preserve unkown tags. The relevant tiffinfo is : TIFFReadDirectory: Warning, 17_000737870_005092700_17.tif: unknown field with tag 33550 (0x830e) encountered. TIFFReadDirectory: Warning, 17_00...
by Bingo
2017-11-10T05:54:59-07:00
Forum: Users
Topic: Convert not using multiple threads
Replies: 6
Views: 7530

Re: Convert not using multiple threads

I added it but AFAICT there is no difference. I thought that gs was the most expensive operation, but from what I see in Process Explorer it definitively isn't. I do see convert running on all cores at some point though, but again this is very brief and most of the time it is running in a single thr...
by Bingo
2017-11-10T04:03:39-07:00
Forum: Users
Topic: Convert not using multiple threads
Replies: 6
Views: 7530

Re: Convert not using multiple threads

Yes, I never really benchmarked the command, but I believe that reading the EPS and expand it to a raster is the most expensive operation. And that is handled by GhostScript. BTW, since EPS are using a delegate, I checked in delegates.xml, and there is no dNumRenderingThreads option in the command l...
by Bingo
2017-11-10T03:31:09-07:00
Forum: Users
Topic: Convert not using multiple threads
Replies: 6
Views: 7530

Re: Convert not using multiple threads

Ah, yes, GhostScript ! I forgot about that, thanks !
So if flatten & LZW compressed tif is multithreaded, should I see an increase in the number of threads used at the end of the conversion process ?
by Bingo
2017-11-10T01:33:01-07:00
Forum: Users
Topic: Convert not using multiple threads
Replies: 6
Views: 7530

Convert not using multiple threads

Hi all, I am using IM 6.9.3-8 Q16 x64 2016-04-10 (I know it's quite old, but I've had some problems trying to upgrade, I might start another thread on the subject). I run this command : convert.exe -limit memory 5000 -density 1600 -set colorspace RGB -background white source.eps -flatten +matte -com...
by Bingo
2011-02-07T03:18:42-07:00
Forum: Users
Topic: Out of memory with very large montage
Replies: 4
Views: 10734

Re: Out of memory with very large montage

Isn't there a solution to this problem ? I really need to do this montage.
Thanks a lot !
by Bingo
2011-01-26T04:25:01-07:00
Forum: Users
Topic: Out of memory with very large montage
Replies: 4
Views: 10734

Re: Out of memory with very large montage

I'm coming back with the same command. Adding -limit area 0 worked fine for most of the images, but for one batch that raises a windows error : http://img824.imageshack.us/img824/2116/erreurimagemagick.png C:\>identify -version Version: ImageMagick 6.6.7-2 2011-01-19 Q8 http://www.imagemagick.org Co...
by Bingo
2011-01-20T06:18:07-07:00
Forum: Users
Topic: Out of memory with very large montage
Replies: 4
Views: 10734

Re: Out of memory with very large montage

I'll try this ASAP, thanks !
by Bingo
2011-01-20T02:45:07-07:00
Forum: Users
Topic: Out of memory with very large montage
Replies: 4
Views: 10734

Out of memory with very large montage

Hi all ! We are trying to run this command that tiles about 4000 images ( 600x600 pixels each) into a very large image, but it fails. montage tiles_*.png -geometry 600x600+0+0 --with-quantum-depth=8 -limit memory 1GB -limit map 2GB -tile 78x large.png The -debug cache gives me this information (last...
by Bingo
2011-01-04T01:31:08-07:00
Forum: Users
Topic: Composite images with wildcard and transparency
Replies: 2
Views: 6369

Re: Composite images with wildcard and transparency

-layers merge works great, thanks a lot !
by Bingo
2010-12-30T03:25:08-07:00
Forum: Users
Topic: Composite images with wildcard and transparency
Replies: 2
Views: 6369

Composite images with wildcard and transparency

Hi all ! I am trying to overlay 3 PNGs in one command. They all have a white background that must be used as transparent color. They are also named with the same pattern : image_XXXXX_tmp.png I tried with this command, but one of the images does not appear in the final image : convert image_*_tmp.pn...