Fwm42, maybe someday when you've experienced the other side for yourself you'll have a clearer perspective.
But FWIW your suggestion fails in exactly the same way--which is hardly surprising, since composite and convert are just symlinks to magick.
Search found 5 matches
- 2017-10-23T11:57:24-07:00
- Forum: Bugs
- Topic: composite fails on /dev/fd/nn
- Replies: 9
- Views: 10056
- 2017-10-23T11:34:14-07:00
- Forum: Bugs
- Topic: composite fails on /dev/fd/nn
- Replies: 9
- Views: 10056
Re: composite fails on /dev/fd/nn
If you use IM 7, then things have changed. You cannot use old convert syntax. Try
magick composite png:<(magick -size 200 label:abcdefg png:-) -watermark 15 some-image.jpg > /dev/null
If you want to use the old convert and composite syntax, then you will have to back down to IM 6.
fwm42, I ...
- 2017-10-23T11:31:46-07:00
- Forum: Bugs
- Topic: composite fails on /dev/fd/nn
- Replies: 9
- Views: 10056
Re: composite fails on /dev/fd/nn
How does it fail on bash?
I just copied and pasted from my Web browser into bash, and it worked (or rather failed) just fine (mallet:501> is the prompt):
mallet:501> composite png:<(convert -size 200 label:abcdefg png:-) -watermark 15 some-image.jpg > /dev/null
composite: insufficient image data ...
I just copied and pasted from my Web browser into bash, and it worked (or rather failed) just fine (mallet:501> is the prompt):
mallet:501> composite png:<(convert -size 200 label:abcdefg png:-) -watermark 15 some-image.jpg > /dev/null
composite: insufficient image data ...
- 2017-10-19T13:38:54-07:00
- Forum: Bugs
- Topic: composite fails on /dev/fd/nn
- Replies: 9
- Views: 10056
Re: composite fails on /dev/fd/nn
Thanks for the pointer and the workaround.
However, let's be clear that it's still a bug. Backwards compatibility has been broken, and existing software that depends on the old feature is failing, so the bug still needs to be fixed.
However, let's be clear that it's still a bug. Backwards compatibility has been broken, and existing software that depends on the old feature is failing, so the bug still needs to be fixed.
- 2017-10-18T18:29:02-07:00
- Forum: Bugs
- Topic: composite fails on /dev/fd/nn
- Replies: 9
- Views: 10056
composite fails on /dev/fd/nn
The composite command used to accept input from pipes. In a recent release, it stopped doing so, probably due to seeking on an input file.
To reproduce, on a LInux system under bash (or probably zsh, though I haven't tested that):
composite png:<(convert -size 200 label:abcdefg png:-) -watermark ...
To reproduce, on a LInux system under bash (or probably zsh, though I haven't tested that):
composite png:<(convert -size 200 label:abcdefg png:-) -watermark ...