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

Error Loading images, what I am doing wrong ? #33

Open
thug1705 opened this issue Mar 16, 2018 · 1 comment
Open

Error Loading images, what I am doing wrong ? #33

thug1705 opened this issue Mar 16, 2018 · 1 comment

Comments

@thug1705
Copy link

Hi I am trying to load images I followed instructions but I still can't load images, I am forwarding screenshot if someone can tell me what I am doing wrong, I would appreciate.

Thanks.

screenshoterror

@bexx1963
Copy link

You have to convert pictures from .jpg to .JPEG

First install imagemagick:

sudo apt-get install imagemagick

Try converting just one image at first:

convert image.jpg image.png

Now convert all:

mogrify -format png *.jpg

Delete all files with .jpg extension

find . -type f -iname *.jpg -delete

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

No branches or pull requests

2 participants