<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rafael Osipov</title>
    <description>The latest articles on DEV Community by Rafael Osipov (@rafo).</description>
    <link>https://dev.to/rafo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F54903%2F261c80f8-6332-4c5b-bd61-d7270655ee93.png</url>
      <title>DEV Community: Rafael Osipov</title>
      <link>https://dev.to/rafo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rafo"/>
    <language>en</language>
    <item>
      <title>Processing large amount of WhatsApp jpeg files in Adobe Photoshop</title>
      <dc:creator>Rafael Osipov</dc:creator>
      <pubDate>Wed, 20 Jan 2021 23:15:00 +0000</pubDate>
      <link>https://dev.to/rafo/processing-large-amount-of-whatsapp-jpeg-files-in-adobe-photoshop-4jc0</link>
      <guid>https://dev.to/rafo/processing-large-amount-of-whatsapp-jpeg-files-in-adobe-photoshop-4jc0</guid>
      <description>&lt;p&gt;Just a few days ago, when I tried to open a jpeg file, downloaded from WhatsApp in Adobe Photoshop I've got the following Photoshop error:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Could not complete your request because a SOFn, DQT, 
or DHT JPEG marker is missing before a JPEG SOS marker
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This problem occurs when you make photos and send these photos via WhatsApp. Then, when your addressee is trying to open received jpeg files in Photoshop, he gets the error, I described above.&lt;/p&gt;

&lt;p&gt;The simplest way to solve this issue: open broken jpeg file in a generic image editor (MS Paint for Windows, for example), and save it again as a jpeg file.&lt;/p&gt;

&lt;p&gt;But, when you have a large amount of such files, opening every file and saving it could be a tedious and time consuming task.&lt;/p&gt;

&lt;p&gt;I decided to create a free open-source tool, to solve this task and help others who experience the same issue.&lt;/p&gt;

&lt;p&gt;Link to the repository with the source code: &lt;a href="https://github.com/cdefgah/whatsapp-jpeg-repair"&gt;https://github.com/cdefgah/whatsapp-jpeg-repair&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want to download already compiled tool, follow this link:&lt;br&gt;
&lt;a href="https://github.com/cdefgah/whatsapp-jpeg-repair/releases"&gt;https://github.com/cdefgah/whatsapp-jpeg-repair/releases&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Expand &lt;code&gt;Assets&lt;/code&gt; section and download file &lt;code&gt;WhatsAppJpegRepair-xxxxxxxx.zip&lt;/code&gt; relevant to your operating system (Windows or MacOS).&lt;/p&gt;

&lt;p&gt;The tool does not require installation, just unzip downloaded archive to an arbitrary folder. That's it :)&lt;/p&gt;

</description>
      <category>photoshop</category>
      <category>utils</category>
      <category>whatsapp</category>
      <category>go</category>
    </item>
  </channel>
</rss>
