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

Mogrify issue #24

Closed
prtkm opened this issue Jun 27, 2014 · 5 comments
Closed

Mogrify issue #24

prtkm opened this issue Jun 27, 2014 · 5 comments

Comments

@prtkm
Copy link
Contributor

prtkm commented Jun 27, 2014

Hi John,

In latest version of jmax, I get an error during compilation.

=: Searching for program: No such file or directory, mogrify

I suspect this is coming from org-show trying to look for imagemagic or something, which I don't have installed. Anyway to get around this?

Prateek

@jkitchin
Copy link
Owner

Install imagemagick ;) or don't load org show.
On Jun 27, 2014 5:42 PM, "Prateek Mehta" notifications@github.com wrote:

Hi John,

In latest version of jmax, I get an error during compilation.

=: Searching for program: No such file or directory, mogrify

I suspect this is coming from org-show trying to look for imagemagic or
something, which I don't have installed. Anyway to get around this?

Prateek


Reply to this email directly or view it on GitHub
#24.

@prtkm
Copy link
Contributor Author

prtkm commented Jun 27, 2014

It's too much trouble to build Imagemagick on the cluster, so I guess I
have to go with not loading org-show. It might be useful to put that in the
readme.

On Fri, Jun 27, 2014 at 5:46 PM, John Kitchin notifications@github.com
wrote:

Install imagemagick ;) or don't load org show.
On Jun 27, 2014 5:42 PM, "Prateek Mehta" notifications@github.com
wrote:

Hi John,

In latest version of jmax, I get an error during compilation.

=: Searching for program: No such file or directory, mogrify

I suspect this is coming from org-show trying to look for imagemagic or
something, which I don't have installed. Anyway to get around this?

Prateek


Reply to this email directly or view it on GitHub
#24.


Reply to this email directly or view it on GitHub
#24 (comment).

@jkitchin
Copy link
Owner

I just pushed some conditional code that only loads eimp if mogrify is found. Can you try it now and see if it works for you?

@prtkm
Copy link
Contributor Author

prtkm commented Jun 28, 2014

Great! It looks like its working fine now.

BTW, what do you usually use imagemagick to do within emacs? Crop and resize images?

@jkitchin
Copy link
Owner

org-show uses it to resize images so they fit in the window during
presentation mode. that is all I have used if for. It has some decent
functions for image manipulation though, but i have not tried them yet.

John


John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu

On Sat, Jun 28, 2014 at 1:21 PM, Prateek Mehta notifications@github.com
wrote:

Great! It looks like its working fine now.

BTW, what do you usually use imagemagick to do within emacs? Crop and
resize images?


Reply to this email directly or view it on GitHub
#24 (comment).

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