TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to start coding "our" version of online image editor?

4 点作者 adlep大约 14 年前
Here is the site in question: http://www.signazon.com/car-magnets/business-magnetic-signs/computer-service-store-961.aspx<p>We are trying to code a web service that is similar to it. But, because we are novice programmers, we'd appreciate any feedback/advice on how to start such a project? Image editors can be done in Flash, Flex, Java, AJAX, and HTML5 Which technology would give us the best results. Please advice. Thanks HN

1 comment

HardyLeung大约 14 年前
If you are considering Flash app, take a look at Picnik and Pixlr to see whether you can really beat them (hard).<p>If you are considering AJAX, don't. There were a multitude of webapps but they got killed by Flash-based apps (Picnik, Fotoflexer, and Pixlr).<p>Java (client-side)... not really. Name an advantage over Flash... actually there is one, which is something you can use on Android. This may call for a come-back.<p>HTML5. Check out Sketchpad. It uses Canvas very well, but there are things that are very hard to do with Canvas (that Picnik/Pixlr has perfected with Flash). It depends on the type of image editor you want to implement. HTML5 may be sufficient. Look into what functionalities Canvas can offer you and cross-check that with what you want to accomplish. Contrary to public perception, HTML5 is not a cure all, certainly not as a platform for image editing.<p>I hope this is not a homework/research problem :D
评论 #2401524 未加载