Search found 6 matches
- 2017-12-01T02:06:32-07:00
 - Forum: Users
 - Topic: append left and right page images
 - Replies: 9
 - Views: 9761
 
Re: append left and right page images
snibgo:  your solution worked nicely as well, and allows for some further editing (coz i can understand what it is happening 
 )
					- 2017-11-29T10:45:31-07:00
 - Forum: Users
 - Topic: append left and right page images
 - Replies: 9
 - Views: 9761
 
Re: append left and right page images
GeeMack:   a neat solution,  as the left and right page sizes are equal.  Just ran it and it created nicely paired left and right pages as single images.
Thank you
					Thank you
- 2017-11-29T10:33:05-07:00
 - Forum: Users
 - Topic: Reproduce Book Restorer lighting correction
 - Replies: 13
 - Views: 18125
 
Re: Reproduce Book Restorer lighting correction
To prevent the problem in the first place have you ever tried putting a black sheet behind the page when you scan it,  i believe it stops the bleed through of text happening.
					- 2017-11-29T10:12:17-07:00
 - Forum: Users
 - Topic: append left and right page images
 - Replies: 9
 - Views: 9761
 
Re: append left and right page images
Hi thanks for the suggestion which I've tried, ( I just put the script in a .bat file and ran the bat file) but couldn't see on screen what was happening (even with the echos in) so I put in a pause in the statement (as you can tell I'm not script writer). However I think it shows where the Left and ...
					- 2017-11-29T08:03:35-07:00
 - Forum: Users
 - Topic: append left and right page images
 - Replies: 9
 - Views: 9761
 
Re: append left and right page images
hi i'm Running Windows 10, so I guess a .bat file
					- 2017-11-29T06:11:33-07:00
 - Forum: Users
 - Topic: append left and right page images
 - Replies: 9
 - Views: 9761
 
append left and right page images
I am trying to append a series of left and right opposing page images 001_L.jpg 002_R.jpg and so on. I can create a large batch file like
magick 001_L.jpg 002_R.jpg +append output/page1.jpg
magick 003_L.jpg 004_R.jpg +append output/page2.jpg
......etc
This works and puts the joined images into sub ...
					magick 001_L.jpg 002_R.jpg +append output/page1.jpg
magick 003_L.jpg 004_R.jpg +append output/page2.jpg
......etc
This works and puts the joined images into sub ...