Search found 33 matches
- 2017-04-05T11:35:41-07:00
- Forum: Users
- Topic: Cutting off the top portion of a page
- Replies: 2
- Views: 3442
Cutting off the top portion of a page
Hey guys, I have searched the forum and found an article on cutting off the bottom 20% of an image but that didn't work for me. I have the image completely cropped and ready to go. This is a landscaped image, and I want to cut off the top 10 or 20% (I'll have to play with it to get it exact). I don ...
- 2017-03-31T12:53:45-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
Hey again! I've decided not to worry too much about the amount due that is getting chopped off on the right hand side of each cut, but I have a couple of other questions: 1.) Is there a way to make this process loop through a batch of .jpg files (I need to 156 pages)? and 2.) Is there a way to ...
- 2017-03-27T09:46:07-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
In the example above that's blurred out, the last column is an amount. In the finished product, the amount is getting chopped off if it's less than $1,000. If it's more than $1,000 it leaves the $1 and the comma. Does that make sense?
- 2017-03-27T08:43:07-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
I did some more pre-processing of the image and came up with strips. One more thing that if I can nail down will have this thing in the bag, it's cutting off the amount on the far right side, can you tell me why that might be? It usually cuts it off just after the comma (if it's thousands) or just ...
- 2017-03-27T08:29:16-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
Getting even closer, it runs and leaves me with three png files. The issue now is that rather than getting strips like this: http://i1204.photobucket.com/albums/bb406/Damon_McCall/Strip1_zpsnxyyxbcp.jpg it actually spits out the columns rather than the rows as above. I tried rotating it first but ...
- 2017-03-26T20:25:18-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
I found it - what about cPrefix? That's not a batch file that I have? I'll double check your site.
- 2017-03-26T19:44:07-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
Changing it to double quotes worked. It's going somewhere but then stalls again - any ideas on this? c:\Images>rem From image pat_crp.png, guillotines into pieces. guilFind: OFFSET=192 787,0,graya(0,1) 811,0,graya(0,1) 835,0,graya(0,1) 859,0,graya(0,1) 883,0,graya(0,1) 907,0,graya(0,1) 931,0,graya(0 ...
- 2017-03-26T18:59:04-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
I do have sed installed..... maybe I need to use the exact same version you have?
- 2017-03-26T18:33:31-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
I made those changes, now it says this and it's just a blinking cursor, thoughts? c:\Images>call %PICTBAT%guillotine.bat pat_crp.png subs_XX.png White 2 . 1 c:\Images>rem From image pat_crp.png, guillotines into pieces. guilFind: OFFSET=192 sed: -e expression #1, char 1: unknown command ...
- 2017-03-26T14:44:24-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
It seems to be working now, right up to the end where it calls guilchop - I think I need to find it and modify that call but I can't find what file it's in, do you know what file it's in? c:\Images>echo guilFind: nCUTS=0 guilFind: nCUTS=0 c:\Images>type c:\Images\subs_XX.lis c:\Images>call ...
- 2017-03-25T21:43:52-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
I know you said it earlier, and back when you said it I installed the gnuwin32 version. It defaulted to install to c:\program files (x86)\gnuwin32 and the sed file is located in the bin folder of that directory. Are you saying I should uninstall it and reinstall it to c:\program files\imagemagick-7 ...
- 2017-03-25T20:47:52-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
Good news, progress is occurring but I need your assistance again! :) Check out the below - everything is now running, right up until we get to where it runs "sed"- which is in another directory so I don't think it's finding it and I'm not sure how to fix that. I tried creating another "set sed=C ...
- 2017-03-25T18:52:18-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
No I never moved it, I just copied the folder to the root directory. It isn't working because of the space in the first directory, you can tell by looking at the errors. Question, how do you use the "magick" command if you aren't in the directory that contains "magick"?
- 2017-03-25T14:58:26-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
I think we are going in circles - you told me you can't just move the folder because of the windows registry keys, and I tried to reinstall but it won't let me select any other folder to install to (thus my other post about not being able to install the software to another folder). Do you have any ...
- 2017-03-25T14:39:19-07:00
- Forum: Users
- Topic: How to slice up image of text
- Replies: 55
- Views: 25866
Re: How to slice up image of text
You were correct, it's having trouble with the space in between c:\program files\. c:\Program Files\ImageMagick-7.0.5-Q16>endlocal & set INFILE=c:\Program Files\ImageMagick-7.0.5-Q16\pat_crp.png The system cannot find the path specified. Also, here: c:\Program Files\ImageMagick-7.0.5-Q16>Magick ...