[Bug 1185795] New: ImageMagick
http://bugzilla.opensuse.org/show_bug.cgi?id=1185795 Bug ID: 1185795 Summary: ImageMagick Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: heelstraf@hotmail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- With ImageMagick above version 7.0.11.5 (until 7.0.11.11) i gave the follow error from a bin bash script: convert: invalid image index `/tmp/thumb_website/bron.gif' @ error/list.c/cloneimages/282 convert: no such image `+clone' @ error/convert.c/convertimagecommand/1027 With ImageMagick-7.0.11.3-1.1.x86_64 i don't gave the problem. simalair problem i found on the web: https://stackoverflow.com/questions/67154918/imagemagick-invalid-image-index A piece of the used code from bin bash: convert -resize 150x100 -quality 100 "$thumb" "$tmpmapthumb/bron.gif" && convert "$tmpmapthumb/bron.gif" \( +clone -alpha extract -draw 'fill black polygon 0,0 0,15 15,0 fill white circle 15,15 15,0' \( +clone -flip \) -compose Multiply -composite \( +clone -flop \) -compose Multiply -composite \) -alpha off -compose CopyOpacity -composite "$tmpmapthumb/1.gif" && convert -page +8+8 "$tmpmapthumb/1.gif" -alpha set \( +clone -background black -shadow 100x7+8+8 \) +swap -background '#4b4b4b' -mosaic "$tmpmapthumb/einde_zonder_vlag.jpg" -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1185795 http://bugzilla.opensuse.org/show_bug.cgi?id=1185795#c1 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |pgajdos@suse.com Summary|ImageMagick |ImageMagick: problem with | |changed parameter | |interpretation from shells | |script --- Comment #1 from Andreas Stieger <Andreas.Stieger@gmx.de> --- Reporter, note that a bug summary is a summary, not a subject. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1185795 http://bugzilla.opensuse.org/show_bug.cgi?id=1185795#c3 --- Comment #3 from heel straf <heelstraf@hotmail.com> --- Version 7.0.11.12 (from openSUSE obs graphics fixed it) -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com