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

dzsave not found on mac #83

Closed
PetterRanefall opened this issue Nov 26, 2013 · 5 comments
Closed

dzsave not found on mac #83

PetterRanefall opened this issue Nov 26, 2013 · 5 comments
Labels

Comments

@PetterRanefall
Copy link

We are trying to use vips dzsave from command-line. On Windows it works fine, but on Mac we get an error message "dzsave: not found". For the mac we have fetched vips via macports.org. Do you have any idea what can be the problem?

@jcupitt
Copy link
Member

jcupitt commented Nov 26, 2013

Hi, you need to put "vips" in front, with no .exe. Start Terminal and type

john@katamata ~/pics $ vips dzsave k2.jpg x

(don't type the prompt, obviously, just the stuff starting "vips ...")

@PetterRanefall
Copy link
Author

Thats what we did, and it works fine on Windows, but on the mac we get "dzsave: not found", i.e. the problem is not that it doesn't find vips, but that it doesn't find dzsave.

@jcupitt
Copy link
Member

jcupitt commented Nov 27, 2013

Ah sorry, I misunderstood. The problem is that the vips on Macports is too old. It's 7.26 which is now almost five years old, and well before dzsave was added.

I maintain the vips on homebrew, so that one is up to date. There are some install notes here:

http://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_OS_X

You could also try fink.

The current macports ticket to update vips is here: https://trac.macports.org/ticket/41313 perhaps it'll be updated soon.

@PetterRanefall
Copy link
Author

That explains it. Now it works. Thanks!

@jcupitt
Copy link
Member

jcupitt commented Nov 27, 2013

Good stuff, I'll close.

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

2 participants