Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have searched for a good Mass Image Optimizer over Google to use on Windows or by PHP to optimize the Images of a Folder but none of them where so good like TinyPNG. Most of them raised the size instead to shrink. Google Pagespeed Insight likes the Sizes of TinyPNG but nothing compareable found.
Any advice I can use?
TinyPNG uses this library: http://pngquant.org/
Available on Windows, Linux and Mac.
Google PageSpeed Insights recommends two: OPTIPNG and PNGOUT.
You can use them together (one by one) on the same image, often it gives a better results.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for library which can auto tag persons on a photo. The features is similar to Facebook, Picasa or iPhoto tagging function. Preferably it's able to run on Linux server, callable through PHP and Python. Any recommendation? Thanks.
With regard to what you're looking for, you probably aren't going to find anything that you can host on your own server. Rather, most companies will offer an API to which you can send requests, and you will be charged base don how much you use the API. In no particular order, here are several resources you might consider using.
https://lambdal.com/face-recognition-api - They have low priced entry options, and they are well-suited to detecting and recognizing new faces.
http://www.alchemyapi.com/products/alchemyvision/face-detection - This is more geared to recognizing famous or well-know people.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm playing around with AngularJS and would like to use some free API's to get some images. I was looking at Flickr but you need to register a app to make use of it. I'm looking for something I can use right of the bat.
http://www.jsontest.com/ comes close but can't get any images.
you can find a big library of photos, posts, album, comments and a lot of things in
https://jsonplaceholder.typicode.com/
What about the "Standard Image Sizes" List over at http://dummyimage.com/#standards?
http://schematic-ipsum.herokuapp.com/ has a nice lipsum extension that generates images from http://hhhhold.com/
You can find some of them in the JSON REST API Resources.
https://github.com/zazk/Open-Api-Resources
Examples with no token/authentification. Some links has images.
Don't know if this is what you are looking for, but have you tried using https://api.imgur.com/ ?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Advanced mockup/prototype tool that can be used for game/animation prototyping wanted.
I need to add my images, then scale, rotate, screw, move them, and then get all the parameters: coordinates, angels, scale %.
All mockups that I've seen don't allow this. Adobe Flash Professional canvas is an 'ideal' candidate, but it has unacceptable price for such tool.
Mac preferred, but Win is OK.
Any ideas?
Construct2 is really really good, and completely free.
https://www.scirra.com/construct2
Take a look at these :
GameMaker, offers Free and advanced features.
Flixel, open-source and free, based on ActionScript 3.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
Improve this question
I need a library of geotagged images (one that has a public API), that I can use in my location-aware application. What are my options?
Picasaweb is giving me results, but they are from private parties of people. Images like those should be private, not public and I definitely do not want them to show up in my application!
I would recommend Panoramio for general outdoor images:
http://www.panoramio.com/api/data/api.html
Flickr is also good but I think their terms are a bit restrictive on commercial applications:
http://www.flickr.com/services/apps/create/
Instagram.com is a lot of fun, but might have the same problem as you mentioned from Picasa
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know what open-source library Google uses for its Google Similar Image?
I need to find the similarity of two images of different sizes but slightly similar content. I need to get a metrics value.
Have you looked at SourceForge or Google Code?
This project looks very good. And the tag ImageProcessing has 249 hits. Surely you will find something there.
Btw, do you have any requirements w.r.t. OS, programming language, etc?