<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>webp Archives - STOP! Eddy</title>
	<atom:link href="https://stop-eddy.com/tag/webp/feed/" rel="self" type="application/rss+xml" />
	<link>https://stop-eddy.com/tag/webp/</link>
	<description></description>
	<lastBuildDate>Tue, 15 Aug 2023 15:28:55 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>WebP 이미지 변환 프로그램</title>
		<link>https://stop-eddy.com/webp-converter/</link>
					<comments>https://stop-eddy.com/webp-converter/#respond</comments>
		
		<dc:creator><![CDATA[윤윤]]></dc:creator>
		<pubDate>Fri, 11 Aug 2023 05:55:33 +0000</pubDate>
				<category><![CDATA[개발]]></category>
		<category><![CDATA[webp]]></category>
		<guid isPermaLink="false">https://stop-eddy.com/?p=74</guid>

					<description><![CDATA[<p>차세대 이미지 포맷인 WebP 변환 프로그램입니다. 이미지 변환을 제공하는 사이트들이 있지만 유료가 아닐 경우 사용에 제한 등 은근히 불편한 점이 많아서 간단하게 쓸 수 있도록 만들었습니다. 완전하진 않지만 사용에 문제는 없습니다.</p>
<p>The post <a href="https://stop-eddy.com/webp-converter/">WebP 이미지 변환 프로그램</a> appeared first on <a href="https://stop-eddy.com">STOP! Eddy</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>개인 용도로 만들었는데 혹시 필요하신 분이 계실까 해서 공유합니다.</p>



<p>WPF로 만들었으며 이미지 변환은 구글에서 제공하는 libwebp.dll 를 사용했습니다. UI는 MaterialDesignThemes를 기본으로 하였습니다.</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">WebP Converter</h2>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a href="https://drive.google.com/file/d/1RsTCGHhKWZZHTWiUX_0EzgPJQIFDK0gg/view?usp=drive_link">다운로드</a></p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">실행 화면</h3>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img fetchpriority="high" decoding="async" width="422" height="480" src="https://stop-eddy.com/wp-content/uploads/2023/08/base.webp" alt="최초 실행 화면 캡처" class="wp-image-75"/><figcaption class="wp-element-caption">실행 화면</figcaption></figure></div>


<p>압축을 풀고 webpConverter.exe 을 실행하면 위와 같은 프로그램 화면이 나타납니다.</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">변환할 파일을 선택하는 방법</h3>



<p>변환하고자 하는 파일을 드래그 앤 드롭으로 끌고 오면 됩니다. 따로 파일을 선택하는 컨트롤은 없습니다.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="422" height="480" src="https://stop-eddy.com/wp-content/uploads/2023/08/add-items.webp" alt="파일 추가 화면 캡처" class="wp-image-76"/><figcaption class="wp-element-caption">파일 추가</figcaption></figure></div>


<p>변환 대상 파일은 위와 같이 화면상에 나타납니다.</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">파일 변환</h3>



<p>하단의 콤보 박스를 누르면 변환할 크기를 선택할 수 있습니다.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="480" height="233" src="https://stop-eddy.com/wp-content/uploads/2023/08/select-pixel.webp" alt="변환 크기 선택 캡처" class="wp-image-77"/><figcaption class="wp-element-caption">변환 크기 선택</figcaption></figure></div>


<ul class="wp-block-list">
<li>Original : 원본 크기 그대로 변환</li>



<li>Max 480 pixel : 가로, 세로 중 큰 사이즈를 480 pixel로 변환</li>



<li>Max 720 pixel : 가로, 세로 중 큰 사이즈를 720 pixel로 변환</li>



<li>Max 1080 pixel : 가로, 세로 중 큰 사이즈를 1080 pixel로 변환</li>



<li>Max 2160 pixel : 가로, 세로 중 큰 사이즈를 2160 pixel로 변환</li>
</ul>



<p>변환할 크기를 선택하고 Convert를 누르면 변환이 진행됩니다.</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">파일 변환 완료</h3>



<p>하단의 프로그레스바가 채워지면서 파일 변환이 진행됩니다.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="480" height="72" src="https://stop-eddy.com/wp-content/uploads/2023/08/progressbar.webp" alt="파일 변환 진행 중인 화면 캡처" class="wp-image-78"/><figcaption class="wp-element-caption">파일 변환 중</figcaption></figure></div>


<p>변환이 완료되면 원본 파일이 있는 경로에 webp확장자를 가진 새로운 이미지 파일이 생성됩니다.</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">마무리</h2>



<p>급하게 만들어서 오류가 있을 수도 있으며 배포 테스트도 역시 하지 못했습니다.</p>



<p>댓글이나 shuni0817@naver.com 으로 문의주시면 답변 및 보완하겠습니다.</p>



<p>감사합니다.</p>



<div style="height:280px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://stop-eddy.com/webp-converter/">WebP 이미지 변환 프로그램</a> appeared first on <a href="https://stop-eddy.com">STOP! Eddy</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stop-eddy.com/webp-converter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
