Get the resolved (actual) configuration. 获取已协商的(实际)配置。
(&self)
| 139 | /// Get the resolved (actual) configuration. |
| 140 | /// 获取已协商的(实际)配置。 |
| 141 | pub fn config(&self) -> &ResolvedConfig { |
| 142 | &self.config |
| 143 | } |
| 144 | |
| 145 | /// Get the current image width. |
| 146 | /// 获取当前图像宽度。 |