Search found 6 matches
- 2012-11-05T16:09:51-07:00
- Forum: Users
- Topic: Replace Region in Picture with Another Picture
- Replies: 15
- Views: 13072
Re: Replace Region in Picture with Another Picture
OK, you've given me a good start and things to look at and understand. I'll read through the examples again to get a good understanding and try a few tests on my own. This is probably a dumb question but what's the easiest way to find the x,y locations of a point in the picture to feed into the IM ...
- 2012-11-05T15:24:08-07:00
- Forum: Users
- Topic: Replace Region in Picture with Another Picture
- Replies: 15
- Views: 13072
Re: Replace Region in Picture with Another Picture
Thanks! I'm dig into this and do some playing around to see what I can do. PHP is fine for me at this point. Have a good night...
- 2012-11-05T14:35:38-07:00
- Forum: Users
- Topic: Replace Region in Picture with Another Picture
- Replies: 15
- Views: 13072
Re: Replace Region in Picture with Another Picture
and example would be something like this, http://cdn.slashgear.com/wp-content/upl ... 40x303.jpg
We would want to change what is being displayed on the tablet using a stored picture
We would want to change what is being displayed on the tablet using a stored picture
- 2012-11-05T13:24:59-07:00
- Forum: Users
- Topic: Replace Region in Picture with Another Picture
- Replies: 15
- Views: 13072
Re: Replace Region in Picture with Another Picture
Thanks those both look promising. The "hole" example is along the lines of what I was thinking (but with some additional processing the make it look more real). Skew definitely will be needed. I'm not an image person so forgive me if I fumble. Skew almost looks more like a rotate with a different ...
- 2012-11-05T12:40:44-07:00
- Forum: Users
- Topic: Replace Region in Picture with Another Picture
- Replies: 15
- Views: 13072
Re: Replace Region in Picture with Another Picture
More information required: IM version - operating system - coding program shell, batch php etc. Sorry, I assumed at this point that this was a generic enough question to not be needed. I can use any version but would assume it's best to use the most recent. This would run on Debian and would either ...
- 2012-11-05T10:06:19-07:00
- Forum: Users
- Topic: Replace Region in Picture with Another Picture
- Replies: 15
- Views: 13072
Replace Region in Picture with Another Picture
I'm looking for a way to define a region on a picture and then replace that region with another picture. The region to be replaced could be skewed so I'm thinking I need something to define the following: 1) Start location x1, y1 2) End location x2, y2 3) Skew Angle? Then based on the start and end ...