<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Image on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/image/</link>
    <description>Recent content in Image on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 23 Jul 2019 16:15:25 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/image/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker入门系列三——镜像</title>
      <link>https://blog.hankmo.com/posts/tech/docker-image/</link>
      <pubDate>Tue, 23 Jul 2019 16:15:25 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/docker-image/</guid>
      <description>镜像技术是docker轻量和高效的核心，由于镜像的层层叠加结构，多容器共享镜像层，而容器本身只创建本身的容器层，极大的提高了资源利用率。一般而言，镜像基于其他镜像构建，但是镜像树底层的根镜像也可能没有依赖其他父镜像。Docker镜像(Image)，一个镜像是一个只读的用于创建docker容器(container)的指令模板，包括了程序运行所需的全部依赖包（包括程序、库、资源、配置等）。通常，镜像基于另一个镜像，并进行自定义。镜像是只读的、可运行的，运行后的镜像即为容器（Container）。</description>
    </item>
    <item>
      <title>WEBP格式的图片导致ImageIO.read方法return null</title>
      <link>https://blog.hankmo.com/posts/tech/webp-image-cannot-read/</link>
      <pubDate>Fri, 03 Nov 2017 10:56:35 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/webp-image-cannot-read/</guid>
      <description>最近开发一个图片服务，主要是维护项目图片，支持JPG、BMP、PNG、JPEG等常规格式。开发的时候没问题，但是上到生产的时候，客户在维护图片的时候，发现有的JPG格式的图片能上传，有的不能。</description>
    </item>
  </channel>
</rss>
