Get Image Co-Ordinates [Updated Link] www.programminghead.com/Projects/find-coordinates-of-image-online.html 🎓 Need a Personal Tutor? 💻Learn any Programming language from Scratch. ↩Reply and GET a 🆓FREE DEMO session!
@cireeric Жыл бұрын
I’m not a coder or in IT, I just needed this information to do something quickly. You made this so simple and easy ton understand! Thank you!!!
@shudocode Жыл бұрын
I always try to make all my tutorials simple and easy to understand. Thanks for sharing your experience and also thanks for watching.
@aymenmaiza6167 Жыл бұрын
my man !!!!!!!!!!! it was great ,helpful,simple to understand really like it
@shudocode Жыл бұрын
Thanks for watching
@DarkSkilly Жыл бұрын
Circle: Draw a line from the right edge to the center of the circle. Let's say right edge is x coord is 290. Center X coord is 180. Do 290-180 = 110 to get the Radius. Perfect, we have radius, now what? Select x,y coordinate from center. example coords: 180, 180, 110 Polygon: Pretend you are doing a line clock-wise. Let's do a triangle. I choose one point of x,y on top, then I choose next point of x,y on bottom right, then I choose next point of x,y on bottom left. It would look like 535, 65, 403, 290, 666, 290 Rectangle: Start on top left for x,y and end on bottom right x y for example coords 785, 66, 1010, 290
@shudocode Жыл бұрын
Wow. Well Explained 😀 BTW Thanks for Witching
@hehehehehheheheheheheheheh98056 ай бұрын
Thank you bro this is the video we require clear cut keep growing 👍👍👍
@shudocode6 ай бұрын
I am glad that you find this video helpful thanks again for watching
@ajaybirare1845 Жыл бұрын
❤❤it was great ,helpful,simple to understand really like it
@shudocode Жыл бұрын
Thanks for Watching
@injhs Жыл бұрын
1:50 the text I love it😳
@shudocode Жыл бұрын
무궁화 꽃 이 피었 습니다 나는 오징어 게임을 좋아한다. 그래서 그 텍스트를 사용했습니다. 나는 이미 오징어 게임에서 이러한 모양을 알고 있다고 생각합니다. 저는 한국 ROM COM 드라마를 정말 좋아합니다. 그나저나 시청해주셔서 감사합니다
@whoeverwhoever400 Жыл бұрын
hmmm... so image must be in fixed width and height. It cannot be justified. Is it possible to make the area coordinates adaptable? like the image adapts the browser window size. Is it possible to make the area coordinates adaptable?
@shudocode Жыл бұрын
When we provide the Co-ordinates, we are pointing x,y Axis from a image. So if you change the Width or Height of that Image, your x,y will follow the path of old Image (that your have resized) To fix this you can use different images like small (for mobile Screens) Medium (for Tabs) and Large (for Desktop/Laptops) And for all these 3 Images use 3 Different Maps This way you can make your image mapping KINDA Responsive. Still if you want to use Responsive Image with Image Maps Then you can use JQUERY - rwdImageMaps.js In this JavaScript Library, you just need to call this rwdImageMaps() function and Jquery will handle rest.
@moisesantonio433511 күн бұрын
thank you , i did not know how make this
@shudocode11 күн бұрын
i am glad that i could help
@afshinshaikh7042 ай бұрын
That was way so easy thank you so much I was confused a lot but this vdo made it easy for me thank you so much
@shudocode2 ай бұрын
i am glad that i could help. BTW thanks for watching and leaving such a positive feedback.
@muhammadwasim57417 ай бұрын
thanks a lot for all your valueable information and links 😊
@shudocode7 ай бұрын
Thanks for watching the video and for this very kind comment have a good day
@HimashiMehra2 ай бұрын
thankquu sir ,apki videos bhout helpfull hoti ha ..❤❤🥰🥰
@shudocode2 ай бұрын
you think so.. you are too kind thanks
@HimashiMehra2 ай бұрын
@@shudocode 😃🤗☺
@Muan8211 ай бұрын
How we can change color of area when we hover on the areas ?
@shudocode11 ай бұрын
for that you need to use maphighligher here is the documentation projects.davidlynch.org/maphilight/docs/
@Muan8211 ай бұрын
It doesn't work somehow, I also tried imagemapster @@shudocode
@shudocode11 ай бұрын
Mail your code here: programminghead7@gmail.com and book a free googleMeet session
@shudocode11 ай бұрын
please check your Email
@Muan8211 ай бұрын
Thank you very much, image-mapster works fine now with your help@@shudocode
@SaminaAnsari-b1b4 ай бұрын
Hey Shubham! Thanks for the video. I'm trying to do the same but when I'm taking the coordinates the desired area doesn't become clickable on the screen due to the mismatch of coordinates. Is this device dependent? If my application is getting used in different devices, will the same coordinates not work?
@SaminaAnsari-b1b4 ай бұрын
I need to derive coordinates of png file
@shudocode4 ай бұрын
this method is suitable for non-responsive images if you use this method on responsive images then co-ordinates might be misplaced because in responsive images, image size change according to device screen-size to fix that you have to use one JS library (rwdImageMaps.js) which will reconfigure the co-ordinates on responsive images
@user-hb5sg1yl4z Жыл бұрын
Sir can I add height and width for the image
@shudocode Жыл бұрын
Yes you can. but make sure that your given height and width matches with the image resolution. If you use your own height and width value (different from the image) your mapping will be inaccurate. Still if you want to use Responsive Image with Image Maps Then you can use JQUERY - rwdImageMaps.js In this JavaScript Library, you just need to call this rwdImageMaps() function and Jquery will handle rest.
@rinrinwinn10 ай бұрын
this was very helpful, thank you!
@shudocode10 ай бұрын
happy that i could help. Thanks for Watching BTW
@Jamiechanrunsfar2 жыл бұрын
Very helpful! The site link in the description seems to be broken. Can you reco another site that can quickly do the coordinates?
@shudocode2 жыл бұрын
I am so sorry about that Can you please tell me how that link is not working? Are u not able to get correct Coordinates Is that link broken (unreachable or 404) Or Something else
@nowastenikki2 жыл бұрын
@@shudocode its saying error 404
@shudocode2 жыл бұрын
I am So Sorry About that Please try this LINK: (to get Co-Ordinates) programminghead.com/Projects/find-coordinates-of-image-online.html
@anshikaguptapiano Жыл бұрын
It's also been one WHOLE year you haven't posted anything.... I hope we're going to see more tech videos from your side too shubham... All The Best ☺️👍
@shudocode Жыл бұрын
Same issue with me. I was busy doing something else (No study BTW) I will defiantly upload Video BUT you need to Start first. I am waiting for your Video. This means, my future Videos Depends upon you.
@anshikaguptapiano Жыл бұрын
@@shudocode This is not fair to say so 😂😂 What if I don't post any content from now? You must create videos regularly. Your channel has a good engagement too. Please upload videos without waiting for me. I'm waiting for your video from now. 😊
@shudocode Жыл бұрын
@@anshikaguptapiano wait what no I said it first So you need to upload first
@nomanamin51742 жыл бұрын
very helpful, could you share the link for taking coordinates on pic
@shudocode2 жыл бұрын
Sorry for my Late Reply 😔 here is your LINK : programminghead.com/Projects/find-coordinates-of-image-online.php also Thanks For Watching have a Good Day
@vinaykattula59236 ай бұрын
is the coords will be same if we change width and height of img in html page
@shudocode6 ай бұрын
no for that you need to use javascript to update the Co-ordinates on SizeChange
@ajaybirare1845 Жыл бұрын
when we change size of img that time how to manage cordinatess
@shudocode Жыл бұрын
That's you need to keep in mind You can use this method on responsive image (images that change size according to screen size) If you still want to work with responsive images Then you can use percentage (%) values instead of pixel value (px)
@raffalshafiei733 Жыл бұрын
i want to make a quiz of clickable images like this, is this possible?
@shudocode Жыл бұрын
yes it is you just have tp handle those clicks using onClick Event then you can do whatever you want like if the selected image js correct score++ otherwise score--
@moisesflores84262 жыл бұрын
the link doesn't work for me
@shudocode2 жыл бұрын
sorry about that .. use this link please slbs.online/Projects/find-coordinates-of-image-online.php
@hauhoang7369 Жыл бұрын
tysm, that's all i need
@shudocode Жыл бұрын
Thanks for watching. have a GoodDAY
@mohamedchine-ky6yk2 жыл бұрын
wow you are really good thank you
@shudocode2 жыл бұрын
Thanks for Watching
@Life-style-59 ай бұрын
Thank you brother....🤗
@shudocode9 ай бұрын
Thanks for watching bro.. have a good Day
@Onudhabon Жыл бұрын
you deserve more views .
@shudocode Жыл бұрын
Thanks for saying that
@sivakarthik2424 Жыл бұрын
Thanks its very useful, How to style hover area like filled color / border color , it will user easily identify we are in shapes. If any one how to do ,Share us, its really very use full..
@shudocode Жыл бұрын
for that you will have to use a JavaScript library called "maphilight"
@sivakarthik2424 Жыл бұрын
@@shudocode Thanks i tried working but i need to try using ngstyle to highlight border over the image map area.In this case left and top co-ordinates(border property used to highlight while hover the area) properly aligned but width and height not properly aligned , that is i need to solve , this without using the third party library we are archived half the way need to complete other 50 % way only.if any idea regrading this ?
@shudocode Жыл бұрын
@@sivakarthik2424 arr you using a responsive design??
@sivakarthik2424 Жыл бұрын
@@shudocode No , actually doing highlight a hover area with scss .
@sivakarthik2424 Жыл бұрын
i;m trying a imagemap area while hover ,cursor pointer showing than why we re not append class to set border for that area without using third party library, actually i get a two co-ordinates alighted properly other two co-ordinates not alighted that one i'm checking it, if any idea share us , its very helpful.
@badarqazi9979 Жыл бұрын
the link is not working
@shudocode Жыл бұрын
try this link: www.programminghead.com/Projects/find-coordinates-of-image-online.html
@badarqazi9979 Жыл бұрын
@@shudocode Yeah its working now... thanks
@shudocode Жыл бұрын
@@badarqazi9979 Thank you for watching this Video. Have a Great Day
@lalitjagtap49672 жыл бұрын
Thank you sir for uploading image mapping video
@shudocode2 жыл бұрын
It's my pleasure Thanks for Watching and Also Thanks for the Video Idea
@ShaqovicScoops2 жыл бұрын
What if a hentagon hexagon pentagon?
@shudocode2 жыл бұрын
For complicated shapes like that poly (polygon) is the best option.
@vulavalajahnavi37527 ай бұрын
Very helpful thank you
@shudocode7 ай бұрын
thanks for watching
@wkwkkpooh63511 ай бұрын
thank you very much sir!
@shudocode11 ай бұрын
Thanks for watching
@emekailonwa89632 жыл бұрын
Very helpful. Thank you!
@shudocode2 жыл бұрын
Glad it was helpful!
@AhmedRaza-cg8kr2 жыл бұрын
very well explained Sir
@shudocode2 жыл бұрын
Thanks for Watching
@sophiakougkoulou664711 ай бұрын
Very helpful ❤
@shudocode11 ай бұрын
Happy to hear that. BTW Thanks for watching
@petplayermess-de5cs2 ай бұрын
Thank u it’s working
@shudocode2 ай бұрын
i am glad to hear that. BTW thanks for Watching
@Seburg8 ай бұрын
super! Thank you!
@shudocode8 ай бұрын
Thanks for watching
@helloinchannel Жыл бұрын
Thank You 💓
@shudocode Жыл бұрын
Thanks for Watching 💓
@ابوكرمتكنولوجيا3 ай бұрын
Thanks 🌹
@shudocode3 ай бұрын
thanks for watching
@anchalninama584 Жыл бұрын
This video is very nice
@shudocode Жыл бұрын
Your comment is very kind. BTW thanks for Watching
@MinhLê-t3iАй бұрын
cảm ơn vì video bổ ích
@shudocodeАй бұрын
Cảm ơn bạn đã theo dõi và để lại bình luận tích cực như vậy. Cảm ơn
@mhi50022 жыл бұрын
How do you remove coordinates of the circle??
@shudocode2 жыл бұрын
To get the coordinates of a circle watch the video from 6:29 If you are using my link And want to remove/clear old coordinates value Then you have a clear button to clear it