Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96964
| From | Christian Gollwitzer <auriocus@gmx.de> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: A photo/image/video sharing app in Python |
| Date | 2015-09-21 22:34 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <mtppgt$2au$1@dont-email.me> (permalink) |
| References | <2ee220b0-dfd2-4701-8760-71af9eee9f67@googlegroups.com> <ceec2a4c-1d73-4bcd-8402-a5a94925142e@googlegroups.com> <3de6acc7-6c55-4f78-adb9-960e21bb3617@googlegroups.com> <mailman.35.1442841481.28679.python-list@python.org> <512780c8-64e2-403f-87b7-cc95ab8eaeae@googlegroups.com> |
Am 21.09.15 um 17:16 schrieb Cai Gengyang: > 2) A system where where the users can then edit these > photos/images/videos into short , funny cartoons/videos > > This one's a bit open-ended, but more importantly, it needs a lot of > front-end work. Editing images in Python code won't be particularly > hard; but letting your users choose how those images are put > together? That's going to require a boatload of JavaScript work. How > good are you at front-end design and coding? > > ---- No experience at all. Guess I'll have to learn Javascript to do > this. I'll also need the capability to let users edit their > photos/images and videos into great looking real-time cartoons based > on themes > > (what technologies would I need to learn to create this?) > Magic. Seriously, have you already seen a software which does approximately the image editing that you have in mind? If not, chances are that it is not possible or possible only by a group of experts. Drawing a cartoon is not a thing that a computer can do easily, much less if the only input is a photograph. Currently, cartoons are made by humans using computers, not by an algorithm. If you can make it work, you'll be a star on SIGGRAPH (a conference about image processing). Christian
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-21 02:38 -0700
Re: A photo/image/video sharing app in Python Great Avenger Singh <arsh840@gmail.com> - 2015-09-21 04:37 -0700
Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-21 05:53 -0700
Re: A photo/image/video sharing app in Python Chris Angelico <rosuav@gmail.com> - 2015-09-21 23:17 +1000
Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-21 08:16 -0700
Re: A photo/image/video sharing app in Python Christian Gollwitzer <auriocus@gmx.de> - 2015-09-21 22:34 +0200
Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-21 22:53 -0700
Re: A photo/image/video sharing app in Python Chris Angelico <rosuav@gmail.com> - 2015-09-22 16:33 +1000
Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-22 02:48 -0700
Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-22 04:00 -0700
Re: A photo/image/video sharing app in Python Grant Edwards <invalid@invalid.invalid> - 2015-09-21 20:43 +0000
csiph-web