<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://build2be.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>build2be/com/e - image</title>
 <link>https://build2be.com/category/image</link>
 <description></description>
 <language>en</language>
<item>
 <title>Install image on Pinephone</title>
 <link>https://build2be.com/content/install-image-pinephone</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;According to &lt;a href=&quot;https://www.raspberrypi.org/documentation/installation/installing-images/mac.md&quot;&gt;Copying an operating system image to an SD card using Mac OS&lt;/a&gt; steps are&lt;/p&gt;

&lt;h3&gt;Info&lt;/h3&gt;

&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;diskutil list

(snip)
/dev/disk4 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *32.0 GB    disk4
   1:                 DOS_FAT_32 NO NAME                 32.0 GB    disk4s1
(snip)
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Unmount&lt;/h3&gt;

&lt;p&gt;Take disk identifier and unmount disk&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 01 Nov 2020 12:30:17 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">205 at https://build2be.com</guid>
 <comments>https://build2be.com/content/install-image-pinephone#comments</comments>
</item>
<item>
 <title>Convert big images into smaller versions using ImageMagick</title>
 <link>https://build2be.com/content/convert-big-images-smaller-versions-using-imagemagick</link>
 <description>&lt;div class=&quot;field field-name-field-images field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/content/convert-big-images-smaller-versions-using-imagemagick&quot;&gt;&lt;img class=&quot;img-responsive&quot; src=&quot;https://build2be.com/sites/build2be.com/files/styles/medium/public/wizard.jpg?itok=DGB1zyGP&quot; width=&quot;166&quot; height=&quot;220&quot; alt=&quot;https://imagemagick.org/image/wizard.jpg&quot; title=&quot;ImageMagick&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;&lt;pre&gt;&lt;code&gt;#/usr/bin/env bash

for F in `ls *.jpg`
do
&amp;nbsp;&amp;nbsp; echo &quot;$F&quot;
&amp;nbsp;&amp;nbsp; magick convert $F -resize 25% out/&quot;$(basename &quot;$F&quot; .jpg).png&quot;
done&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imagemagick.org/script/convert.php&quot;&gt;https://imagemagick.org/script/convert.php&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 10 Oct 2018 15:08:26 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">188 at https://build2be.com</guid>
 <comments>https://build2be.com/content/convert-big-images-smaller-versions-using-imagemagick#comments</comments>
</item>
</channel>
</rss>
