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

Check why the images are not merging with final preview in some cases. #10

Open
varunmehta opened this issue Apr 17, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@varunmehta
Copy link
Owner

No description provided.

@varunmehta varunmehta added the bug label Apr 17, 2017
@varunmehta varunmehta added this to the Holi milestone Apr 17, 2017
@varunmehta varunmehta self-assigned this Apr 17, 2017
@varunmehta
Copy link
Owner Author

varunmehta commented Apr 18, 2017

This is due to path of bottom banner, if you start the program from where the file is located, it works, else it fails. Need to make the address absolute, instead of relative.

    montage = "gm montage -mode concatenate -resize 1190x1770 -borderwidth 5 -bordercolor white " \
              + config.file_path + "/" + now + "*.jpg  bottom-1190x190.jpg -tile 1x3 " \
              + config.file_path + "/final/" + montage_img

bottom-1190x190.jpg needs to be relative.

varunmehta added a commit that referenced this issue Apr 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant