scrollscreenshot icon indicating copy to clipboard operation
scrollscreenshot copied to clipboard

Stitching creating duplication and overlap

Open ryancford opened this issue 9 years ago • 11 comments

Normal Run

java -cp scrollscreenshot-latest.jar com.pgssoft.scrollscreenshot.ScrollScreenShot -i 1

out

Separate Images

java -cp scrollscreenshot-latest.jar com.pgssoft.scrollscreenshot.ScrollScreenShot -i 1 -c 4 -s separate -n c-sep

c-sep0 c-sep1 c-sep2 c-sep3

ryancford avatar Sep 21 '15 17:09 ryancford

Same here...

TheZoker avatar Jan 04 '16 18:01 TheZoker

attention the height of pixels that you want to campare @TheZoker

Windman1320 avatar Jan 05 '16 04:01 Windman1320

@cappuccinoqi What do you mean? I tried to run the normal mode and this is the output: out

How can I fix this? And how can I compile any changes I made to the java file? I'm pretty new to java...

PS: I use a samsung galaxy s6

TheZoker avatar Jan 05 '16 10:01 TheZoker

@TheZoker actually i failed to use this jar file ,I simply put forward a methoud that I met in another code .I tell you : int camheight = 10;//it's a value that used to limit the boundary int from = m_top; int bound = m_top+camheight*18;//If i change 18 to a little value,the phenomeno will appear on my app,the overlap will show So ,this is my situation ,maybe it can be your reference.Hope it will help.

Windman1320 avatar Jan 05 '16 10:01 Windman1320

@cappuccinoqi Where should I put this code?

TheZoker avatar Jan 05 '16 11:01 TheZoker

@TheZoker no you dont have to put this code , it's only a sample , i just put out my thoughts. you can seacch familiar code in this jar if you can

Windman1320 avatar Jan 05 '16 11:01 Windman1320

@cappuccinoqi Ah ok, so you don't have a working solution either?

TheZoker avatar Jan 05 '16 11:01 TheZoker

@TheZoker yeah sorry i didnt help

Windman1320 avatar Jan 05 '16 11:01 Windman1320

@cappuccinoqi I try to find a solution. If I have one, I'll let you know :) Maybe @tomekziel or @fafaldo can help...

TheZoker avatar Jan 05 '16 11:01 TheZoker

@TheZoker ok

Windman1320 avatar Jan 05 '16 11:01 Windman1320

@TheZoker try to add the parameter "-e", I use a "10", seems to solve my problem. You may want to play with other values as well.

simbaforrest avatar Feb 28 '16 19:02 simbaforrest