... what I am searching for is meaningless
Yes, I think so.
Your Python script should parse whatever it receives. When it sees "P" as the first character on a line, it should realise this is the start of a new image. The values it has received so far should be the correct number for the given ...
Search found 7 matches
- 2014-03-08T14:35:33-07:00
- Forum: Bugs
- Topic: [SOLVED]6.8.8+Win7 x64 - converting PDF pages to PNM pipe
- Replies: 4
- Views: 9609
- 2014-03-07T21:32:50-07:00
- Forum: Bugs
- Topic: [SOLVED]6.8.8+Win7 x64 - converting PDF pages to PNM pipe
- Replies: 4
- Views: 9609
Re: 6.8.8+Win7 x64 - issues converting PDF pages to PNM pipe
I don't know if it would help, but convert can create the text (uncompressed) form directly, with "-compress none".
"adjoin" may also be useful. See http://www.imagemagick.org/Usage/formats/#pbmplus
Thanks for the information.
" -compress none " works great. I can do away with the whole ...
"adjoin" may also be useful. See http://www.imagemagick.org/Usage/formats/#pbmplus
Thanks for the information.
" -compress none " works great. I can do away with the whole ...
- 2014-03-07T20:16:25-07:00
- Forum: Bugs
- Topic: [SOLVED]6.8.8+Win7 x64 - converting PDF pages to PNM pipe
- Replies: 4
- Views: 9609
[SOLVED]6.8.8+Win7 x64 - converting PDF pages to PNM pipe
EDIT:
A short summary of the problems I was having and how they were solved.
PNMPlus tools (specifically pnmtopnm -plain) do not work well with convert's output stream
Skip the use of pnmtopnm and instead use the -compress none option when converting to a PBM image.
convert sends PNM output ...
A short summary of the problems I was having and how they were solved.
PNMPlus tools (specifically pnmtopnm -plain) do not work well with convert's output stream
Skip the use of pnmtopnm and instead use the -compress none option when converting to a PBM image.
convert sends PNM output ...
- 2013-03-15T14:02:51-07:00
- Forum: Bugs
- Topic: [SOLVED]6.8.3+Win7 x86-issues with "convert wizard.jpg win:"
- Replies: 2
- Views: 7855
Re: IM 6.8.3 + Win7 x86 - issues with "convert wizard.jpg wi
Basically, the 'win:' pseudo output format is superfluous in Windows. It would suffice just to type 'wizard.jpg' into the cmd box (or the Windows Run box) and Windows would start the associated application and load the image. So this instruction is only confusing for Windows users and the non ...
- 2013-03-12T13:12:18-07:00
- Forum: Bugs
- Topic: [SOLVED]6.8.3+Win7 x86-issues with "convert wizard.jpg win:"
- Replies: 2
- Views: 7855
[SOLVED]6.8.3+Win7 x86-issues with "convert wizard.jpg win:"
I am using the Windows precompiled binary ImageMagick-6.8.3-9-Q16-x86-dll.exe on Windows 7 Professional x86.
>convert -version
Version: ImageMagick 6.8.3-8 2013-03-04 Q16 http://www.imagemagick.org
opyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
eatures: DPC OpenMP
elegates: bzlib ...
>convert -version
Version: ImageMagick 6.8.3-8 2013-03-04 Q16 http://www.imagemagick.org
opyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
eatures: DPC OpenMP
elegates: bzlib ...
- 2011-04-28T11:13:14-07:00
- Forum: Bugs
- Topic: [SOLVED]6.6.9-6 - unknown field with tag 33000 (0x80e8)
- Replies: 2
- Views: 14493
Re: 6.6.9-6 - unknown field with tag 33000 (0x80e8) encounte
<...> You can stop those by using -quiet
-quiet did the trick
It turns out that IM was still reporting the results of identify after the warnings:
>identify -format %[width] long_portrait.tif
Magick: long_portrait.tif: unknown field with tag 33000 (0x80e8) encountered. `TIFFReadDirectory ...
-quiet did the trick
It turns out that IM was still reporting the results of identify after the warnings:
>identify -format %[width] long_portrait.tif
Magick: long_portrait.tif: unknown field with tag 33000 (0x80e8) encountered. `TIFFReadDirectory ...
- 2011-04-28T08:52:13-07:00
- Forum: Bugs
- Topic: [SOLVED]6.6.9-6 - unknown field with tag 33000 (0x80e8)
- Replies: 2
- Views: 14493
[SOLVED]6.6.9-6 - unknown field with tag 33000 (0x80e8)
I am using the Windows precompiled binary ImageMagick-6.6.9-6-Q8-windows-dll.exe
>convert -version
Version: ImageMagick 6.6.9-6 2011-04-14 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
I am experiencing an similar issue as reported here ...
>convert -version
Version: ImageMagick 6.6.9-6 2011-04-14 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
I am experiencing an similar issue as reported here ...