I'd like to implement the following: in a mobile app (Android, Windows Phone) the user takes a photo, and my app searches for such an image on the web. I was told that Google has something like that. I found a page about Google Image Search, but it is written that it is deprecated. It advises to use Custom Search instead, but I didn't find image search there (only text search).
My question is: does a solution for image searching from a mobile app exist?
google provide api for image search through keyword, you are looking for search through image ? may be this can of any help Google Search by Image API?
if you are looking for search by image tineye api is useful
Related
Im building a C# program that shows the news feed from a RSS XML page and I want to include a feature that shows a link, the title (Which I already have) and the image preview of that link like it happens on Discord, or Messenger.
If we send a link of a post, for example, and that post has a image, it will show a preview (+/- like the pictures). Same happens for Youtube links, it shows the tumbnail of the video.
Here is an example of a link from a post on Discord and Messenger.
It displays the "main picture" of that post.
Discord example: http://prntscr.com/n8j0m6
Messenger example: http://prntscr.com/n8j29f
I want to extract the embedded/preview image from a link in C# or at least the link of that image (So I can then load it in the program) or create a similar preview system. That would be even better. But with the image link, I can create a method to do that automatically.
I havent had any luck finding anything similar so far. Maybe I am not using the correct term.
Thank You in advance.
I need to search in google images for a photo and to take the first result and to put in picturebox.
The search is by a string that the user is picking.
please help.
I am Using c#
To hit the Google Image API from your c# code, you will need to perform an HTTP post request. I believe this post can show you how to format your request.
Also, it appears that the Google Image API is deprecated and will no longer work soon, according to this post.
I have a requirement to generate PDF file in my app. I want to display the student records in PDF with their images. I have google a lot but i am not able find any example with c# & xaml. I have tried these links -
Link1
Link2
Please help me out.
Apitron offers their Apitron PDF Kit library which works for windows store apps, Xamarin and other platforms. It's paid of course. This blogspost shows how to create a simple PDF form in windows store app. Pretty similar to student record.
Take a look at component one, they have done a lot of usefull components, am testing the PDF render/generator for Windows Store Apps it works very good so far, take a look at the new demo-Trial on their web page...
Does any one know how to check if the webpage has any videos or video links.
Like for example:
I am doing web automation for LG. Then i need all the video links(or Counts of video in a particular page).
This LG product link for product:GR-D907SL contains 12 Images, 1 Video and 0 Flash.
I am getting count for Images and flash. but how to get for videos?
Is there any way i can find there is a video?
I didnt find an answer for this so i did it using regular expresions
i identified using the
keywords like EMBEDDED, PLAYER
if there is any answer please let me know
I'm building an application in c# that needs to search google for images, pull the first result and display it.
How can I do it?
Thanks,
Tom
There is a (deprecated) Google Image Search API which you might use from your C# code. Here is an example on how to use it.
This could be helpful: http://www.codeproject.com/KB/IP/google_image_search_api.aspx