Skip to content

Commit

Permalink
Publishing to gh-pages (publish.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawka committed Apr 1, 2023
1 parent 324149c commit 6c6edff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2022-08-09/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h1 class="posttitle" itemprop="name headline">
<p>To resize images in commandline <code>imagemagick</code> package is required. With the
package <code>convert</code> command becomes available which could be used to resize or
scale images.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span>convert -resize 30% *.jpg
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>convert -resize 30% *.jpg
</span></span><span style="display:flex;"><span>convert-resize 200x200 *.jpg
</span></span></code></pre></div>
</div>
Expand Down

0 comments on commit 6c6edff

Please sign in to comment.