IMJOLWP Image Optimizer

설명

IMJOLWP Image Optimizer is a lightweight and performance-focused WordPress plugin that automatically converts uploaded images (JPEG, PNG, GIF) into WebP format while maintaining the original image file names and URLs. This ensures full compatibility across your theme and plugins, while significantly improving your site’s load time and performance.

Key Benefits:

  • Faster website load times due to smaller image file sizes.
  • No changes to image URLs—maintains backward compatibility.
  • Server-side conversion using either Imagick or GD, depending on availability.
  • Easy-to-use settings panel for WebP quality and metadata stripping.
  • Ideal for blogs, eCommerce, portfolios, and image-heavy sites.

Features:

  • 🔄 Automatic conversion of JPEG, PNG, and GIF files to WebP upon upload
  • ⚙️ Customizable WebP image quality (0–100)
  • ✂️ Option to remove image metadata for further compression
  • 🧠 Seamless URL preservation (images retain their original URLs)
  • 🔄 Fallback mechanism between Imagick and GD image libraries

스크린샷

  • Plugin settings panel for image quality and metadata removal

설치

  1. Upload the plugin folder to the /wp-content/plugins/imjolwp-image-optimizer directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Navigate to Settings > ImjolWP Image Optimizer to configure your desired image quality and metadata options.
  4. Upload images via Media Library – conversions will happen automatically.

FAQ

Does this plugin change the image URLs to WebP?

No. The original image URLs (e.g., .jpg, .png) remain unchanged, which ensures full compatibility with themes and existing content. The file contents are replaced with WebP internally.

What if my server does not support Imagick?

The plugin will automatically fall back to GD’s imagewebp() function if Imagick is not available on your server.

Can I control the compression quality?

Yes, you can set your desired WebP image quality (0–100) through the plugin settings panel.

Can I remove metadata from images?

Yes, there is an option in the settings to strip metadata during conversion to reduce file size.

Will previously uploaded images be converted?

Currently, only newly uploaded images are converted. A bulk conversion tool may be added in a future version.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“IMJOLWP Image Optimizer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “IMJOLWP Image Optimizer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3

  • First public stable release
  • WebP conversion using Imagick or GD
  • Quality and metadata settings added
  • Seamless URL preservation support