Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

montage concat image range #6959

Open
mikele228 opened this issue Dec 19, 2023 · 4 comments
Open

montage concat image range #6959

mikele228 opened this issue Dec 19, 2023 · 4 comments

Comments

@mikele228
Copy link

ImageMagick version

7.1.1-23

Operating system

Linux

Operating system, version and so on

ubuntu 22.04

Description

when we use filename with range input eg.
montage font_[0-9].gif -geometry 16x16+1+1 tile_0.gif
works fine, however, any number bigger than 9 will result in just the last digit before the bracket ] being counted. eg

montage font_[0-59].gif -geometry 16x16+1+1 tile_0.gif (Assume exist 60 images font_0.gif .. font_59.gif we would only still see 9 images concat together, if

montage font_[0-52].gif -geometry 16x16+1+1 tile_0.gif (2 images concat together)

Steps to Reproduce

create say 14 images font_0.gif to font_14.gif

run
montage font_[0-14].gif -geometry 16x16+1+1 tile_0.gif

result is 4 images concat together

Images

No response

@urban-warrior
Copy link
Member

Unfortunately, we cannot reproduce the issue. [0-14] on our system returns 15 images in the montage canvas as expected.

@fmw42
Copy link

fmw42 commented Dec 19, 2023

@urban-warrior. I think he meant that with a large number of images (the size gets smaller) and the text title under the images get cut off.

@mikele228
Copy link
Author

mikele228 commented Dec 19, 2023 via email

@mikele228
Copy link
Author

Please take a look at these screenshots
Screenshot 2023-12-19 124010
1-15
1-24
1-9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants