จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
โอเปอเรเตอร์การค้นหาของ Google รูปภาพ
Google รูปภาพรองรับโอเปอเรเตอร์การค้นหาโดยเฉพาะ ซึ่งได้แก่ src:
และ imagesize:
ในทำนองเดียวกับการค้นเว็บ โอเปอเรเตอร์เหล่านี้ใช้ได้เฉพาะกับ Google รูปภาพ โดยไม่มีผลใดๆ กับผลิตภัณฑ์และบริการอื่นๆ ของ Google
โอเปอเรเตอร์การค้นหา src:
โอเปอเรเตอร์การค้นหา src:
จะแสดงหน้าที่อ้างอิง URL ของรูปภาพในแอตทริบิวต์ src
ที่ระบุไว้ในโอเปอเรเตอร์ เช่น
src:https://example.com/media/carrot.jpg
โอเปอเรเตอร์ดังกล่าวจะแสดงหน้าเว็บจากโดเมนใดก็ได้ ไม่ใช่แค่โดเมนของ URL ที่ระบุในโอเปอเรเตอร์ ขอแนะนําให้ดูว่าเว็บไซต์อื่นๆ มีการลิงก์ข้ามเว็บไซต์ (Hot Link) ไปยังรูปภาพที่โฮสต์ในเว็บไซต์ของคุณภาพใดบ้าง
โอเปอเรเตอร์การค้นหา imagesize:
โอเปอเรเตอร์การค้นหา imagesize:
จะแสดงรูปภาพที่มีขนาดตามที่ระบุในโอเปอเรเตอร์ คุณต้องระบุขนาดในรูปแบบความกว้าง x
ความสูง เช่น
imagesize:1500x1000
โอเปอเรเตอร์นี้อาจมีประโยชน์เมื่อใช้ร่วมกับโอเปอเรเตอร์ src:
และ site:
เช่น คุณจะดูรูปภาพขนาดหนึ่งๆ ที่มีการจัดทําดัชนีในเว็บไซต์ของคุณได้โดยทําดังนี้
src:https://example.com/media/carrot.jpg imagesize:500x1200
เมื่อใช้ imagesize:
กับโอเปอเรเตอร์ site:
คุณจะหารูปภาพที่มีขนาดตรงตามที่ระบุได้ ดังนี้
site:https://example.com/ imagesize:500x1200
ข้อจำกัด
เนื่องจากโอเปอเรเตอร์การค้นหารูปภาพมีขีดจำกัดในการจัดทําดัชนีและการเรียกข้อมูล ผลการค้นหาที่แสดงจึงอาจไม่ครบทั้งหมด ในขณะที่ผลการค้นหาทั้งหมดจะแสดงขึ้นเมื่อใช้คำค้นหามาตรฐาน
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-04 UTC
[null,null,["อัปเดตล่าสุด 2025-08-04 UTC"],[[["\u003cp\u003eGoogle Images uses special search operators, \u003ccode\u003esrc:\u003c/code\u003e and \u003ccode\u003eimagesize:\u003c/code\u003e, to refine image searches beyond basic keywords.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esrc:\u003c/code\u003e operator helps find webpages that use a specific image URL, potentially revealing unauthorized use (hotlinking).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eimagesize:\u003c/code\u003e operator filters results by image dimensions (width x height), useful for finding images of a specific size on a site or across the web.\u003c/p\u003e\n"],["\u003cp\u003eThese operators can be combined with other search operators like \u003ccode\u003esite:\u003c/code\u003e for more targeted results.\u003c/p\u003e\n"],["\u003cp\u003eDue to indexing limitations, using these operators might not show all possible results compared to a regular image search.\u003c/p\u003e\n"]]],["Google Images supports the `src:` and `imagesize:` search operators. The `src:` operator finds pages referencing a specific image URL, revealing where images are used across the web, including hotlinked instances. The `imagesize:` operator filters images by specified dimensions (width x height). These operators can be combined, such as using `src:` with `imagesize:` to find a particular-sized image from a particular url. Note that limitations in indexing might lead to incomplete results compared to standard searches.\n"],null,["# Google Images Search Operators | Google Search Central\n\nGoogle Images search operators\n==============================\n\n\nSimilarly to web search, Google Images supports dedicated search operators, namely\n`src:` and `imagesize:`. These operators only work on Google Images;\nthey have no effect on other Google properties.\n\n`src:` search operator\n----------------------\n\n\nThe `src:` search operator returns pages that reference the image URL in the `src` attribute\nthat's provided in the operator. For example: \n\n```actionscript-3\nsrc:https://example.com/media/carrot.jpg\n```\n\n\nThe operator returns pages from any domain, not just the domain of the URL specified in the\noperator. This may be helpful to learn which images you're hosting on your site are\n[hotlinked](https://en.wikipedia.org/wiki/Hotlink) by other sites.\n\n`imagesize:` search operator\n----------------------------\n\n\nThe `imagesize:` search operator returns images of the dimension specified in the\noperator. You must specify the dimension in width `x` height format. For example: \n\n```actionscript-3\nimagesize:1500x1000\n```\n\n\nThis operator can be helpful in conjunction with the `src:` and `site:`\noperator. For example, you can find an image of a certain size that was indexed on your site: \n\n```html\nsrc:https://example.com/media/carrot.jpg imagesize:500x1200\n```\n\n\nUsing `imagesize:` with the `site:` operator, you can find images of the\nexact size: \n\n```html\nsite:https://example.com/ imagesize:500x1200\n```\n\nLimitations\n-----------\n\n\nBecause image search operators are bound by indexing and retrieval limits, you might not see\nall of the results that may appear for a standard search query."]]