-
Notifications
You must be signed in to change notification settings - Fork 13
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
Not able to load simple jpg's on WIN 10 #76
Comments
Hello @bdrichards, That's odd, it should work. I'll test tonight, if I can get my kids off the PC. |
Thanks, |
I tried and it's working fine for me. Could you try loading one of the examples? File / Open examples, then I don't think a graphics driver would break jpg loading, so I'd rule that out. It doesn't need admin rights -- you can install and run as an ordinary user. Some other piece of software on your PC might be clashing with it. I would try making a new user and running it there. Also check and maybe reset your |
Try hovering the mouse over one of the red boxes, you should see an error
message in tooltip. What’s the message?
…On Fri, 8 Mar 2019 at 19:10, bdrichards ***@***.***> wrote:
The example images also could not be read with the example workspace.
Also, I think I remember that VIPS itself couldn't find images from a
command prompt test. Sooo, does that hint at a "path" issue?
See the image below, the thumbnails are blank:
[image: np2-1pt_mosaic]
<https://user-images.githubusercontent.com/18133188/54049881-aae9f200-4192-11e9-9b7c-b842b5e9e592.jpg>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#76 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAjc690gDEj4Na7IEYrEl1acOLrncs36ks5vUrW4gaJpZM4bjxof>
.
|
In order to move forward, I uninstalled and installed a previous version (8.6.0) and images load OK. Now, it's time to test with the 30,000 jpg folder of images!!! |
Ouch, 30,000! Is this a regular grid of images? I'd do it at the command-line, and in a couple of stages. Windows can't do more than 2000 files at once, so I'd write a tiny batch script and join up rows 1-10, 11-20, etc. as a set of temporary strip images, then in a second pass join the strips together to make the final output. |
Oh dear, I'm sorry to hear about your colleague. The original win command-line is pretty bad. PowerShell is much better, but I don't know it well, unfortunately. In linux, you'd do something like:
If you zip up the images and put them on dropbox, I could join then for you, if you like. |
As shown in image below, NIP2 will not load any images on WIN 10.
Using most current install.
Why are these jpgs not readable? They perfectly in every other app, they are small 256x256 pixel "tiles" that I want to "join" them (no blending necessary)
The text was updated successfully, but these errors were encountered: