Search found 6 matches
- 2014-02-25T18:58:38-07:00
- Forum: Users
- Topic: Deskew option makes output image smaller than original
- Replies: 7
- Views: 6471
Re: Deskew option makes output image smaller than original
Hi Fred, Just checking in to update as promised. I kept the original command, and modified it slightly, moving the crop command to end last and adding a blue border (which is cropped later). Seems to work to suit my purpose. Thanks again for your patience! convert [file_name] +distort SRT 1,$angle ...
- 2014-02-21T02:05:58-07:00
- Forum: Users
- Topic: Deskew option makes output image smaller than original
- Replies: 7
- Views: 6471
Re: Deskew option makes output image smaller than original
Thanks Fred, I will try this and let you know again in due course. I appreciate your patience.
- 2014-02-20T09:24:28-07:00
- Forum: Users
- Topic: Deskew option makes output image smaller than original
- Replies: 7
- Views: 6471
Re: Deskew option makes output image smaller than original
Thanks so much, Fred, that explains a lot. I ran this on another form, and there is a small issue, though. The output image gets pushed extremely to the left. Is there any way I can add a fixed padding (in pixels) at the top, left, bottom and right of the form? Say around 80px inwards? Not sure if I ...
- 2014-02-18T03:40:44-07:00
- Forum: Users
- Topic: Deskew option makes output image smaller than original
- Replies: 7
- Views: 6471
Re: Deskew option makes output image smaller than original
Hi thanks so much for your reply. I'm getting: convert input.jpg -format "%[deskew:angle]" info: convert: unknown image property "%[deskew:angle]" @ warning/property.c/InterpretImageProperties/3403. Do you perhaps mean this instead? convert input.jpg -deskew 40 -format '%[deskew:angle]' info: -3 ...
- 2014-02-17T19:49:57-07:00
- Forum: Users
- Topic: Deskew option makes output image smaller than original
- Replies: 7
- Views: 6471
Deskew option makes output image smaller than original
I'm trying to correct some image alignment issues given a scanned copy of a form. I've received some good results using the deskew option but am facing a situation whereby the output image becomes condensed than the original image. Not in terms of image width and height (as I've set them in my ...
- 2014-02-14T08:45:00-07:00
- Forum: Users
- Topic: Imagick Module is not appearing in XAMPP
- Replies: 0
- Views: 4964
Imagick Module is not appearing in XAMPP
I'm trying to install Imagick on my XAMPP server, but am having some problems. I installed `php55`, `ImageMagick` and `php55-imagick` via Homebrew, and restarted my XAMPP server. I assumed that XAMPP server would automatically pick up on the Imagick extension, but I was wrong. Here's what I've tried ...