TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

4 pointsby adlepabout 14 years ago
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

HardyLeungabout 14 years ago
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 未加载