# 55 图片处理(PNG, JPEG, BMP, TIFF, WEBP, VP8, GIF)

- [基本概念](https://denglj.gitbook.io/essential-go/common-standard-libraries/55-images-png-jpeg-bmp-tiff-webp-vp8-gif/basic-concepts.md)
- [加载和保存图片](https://denglj.gitbook.io/essential-go/common-standard-libraries/55-images-png-jpeg-bmp-tiff-webp-vp8-gif/loading-and-saving-image.md)
- [裁剪图片](https://denglj.gitbook.io/essential-go/common-standard-libraries/55-images-png-jpeg-bmp-tiff-webp-vp8-gif/cropping-image.md)
- [将图片由彩色转为灰度](https://denglj.gitbook.io/essential-go/common-standard-libraries/55-images-png-jpeg-bmp-tiff-webp-vp8-gif/convert-color-image-to-grayscale.md)
- [调整图片尺寸](https://denglj.gitbook.io/essential-go/common-standard-libraries/55-images-png-jpeg-bmp-tiff-webp-vp8-gif/resizing-images.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://denglj.gitbook.io/essential-go/common-standard-libraries/55-images-png-jpeg-bmp-tiff-webp-vp8-gif.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
