-
Notifications
You must be signed in to change notification settings - Fork 23
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
Can't issue "+" options? #33
Comments
As a workaround, op("repage", "0x0+0+0") gets rid of the "Error: convert: geometry does not contain image" exception, but there may be other "+" options that don't have an equivalent "-"... |
That's interesting. I've never actually used the |
@eivindfjeldstad I think so... Probably a simple change like this would work:
|
I don't have a lot of spare time right now, but PR is welcome:) |
Resolves eivindfjeldstad#33
I'm trying to do a crop, followed by a rotate, followed by another crop. However, for the last crop to work, I need a "+repage" right before it. I can't see any way to do this, as both "set" and "op" insert a "-" and nothing I can see inserts a "+" before the command.
Is there some other way I can get it to work?
The text was updated successfully, but these errors were encountered: