Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
03d32f1b
Commit
03d32f1b
authored
Jan 12, 2011
by
Tassilo Horn
Browse files
Minor docfixes in imagemagick_load_image.
parent
529ee9ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/image.c
src/image.c
+2
-1
No files found.
src/image.c
View file @
03d32f1b
...
...
@@ -7522,7 +7522,7 @@ imagemagick_load_image (/* Pointer to emacs frame structure. */
image to see how many sub-images it contains. Pinging is faster
than loading the image to find out things about it. */
/* MagickWandGenesis
()
initializes the imagemagick
library
. */
/*
`
MagickWandGenesis
'
initializes the imagemagick
environment
. */
MagickWandGenesis ();
image = image_spec_value (img->spec, QCindex, NULL);
ino = INTEGERP (image) ? XFASTINT (image) : 0;
...
...
@@ -7810,6 +7810,7 @@ imagemagick_load_image (/* Pointer to emacs frame structure. */
/* Final cleanup. image_wand should be the only resource left. */
DestroyMagickWand (image_wand);
/* `MagickWandTerminus' terminates the imagemagick environment. */
MagickWandTerminus ();
return 1;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment