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

V 0.0.4 crop option leads to exception #19

Open
droganov opened this issue Mar 15, 2013 · 1 comment
Open

V 0.0.4 crop option leads to exception #19

droganov opened this issue Mar 15, 2013 · 1 comment

Comments

@droganov
Copy link

Code:

ImageSchema.plugin attachments,
    directory: "exlab"
    storage:
        providerName: "s3"
        options:
            key: ""
            secret: ""
            bucket: ""
    properties:
        image:
            styles:
                original:
                    "adaptive-resize": "1200x900\>"
                    "$format": "jpg"
                small:
                    gravity: "Center"
                    "thumbnail": "66x"
                    crop: "66x47"
                    "$format": "jpg"

Causes:

{ [Error: Command failed: identify: unable to open image `/tmp/e0981b54de9870451df7ede2292d258b-small.jpg': No such file or directory @ error/blob.c/OpenBlob/2638.
] timedOut: false, killed: false, code: 1, signal: null }
Error: Command failed: identify: unable to open image `/tmp/e0981b54de9870451df7ede2292d258b-small.jpg': No such file or directory @ error/blob.c/OpenBlob/2638.

As I can guess -small.jpg shouldn't be added to the file name

@nuarhu
Copy link
Contributor

nuarhu commented Aug 23, 2013

Actually, -small.jpg is correct.

Sorry for the delay. Can you still reproduce this?

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