Skip to content

Conversation

@LUCIA224
Copy link

@LUCIA224 LUCIA224 commented Dec 18, 2025

Checklist

This pull request includes additions to the ImageMagick section of ffmprovisr.

Comment on lines +2971 to +2983
<label class="recipe" for="im_fconversion">Format conversion</label>
<input type="checkbox" id="im_fconversion">
<div class="hiding">
<h5>Format conversion</h5>
<p><code>convert <em>input_file.png output_file.jpg</em></code></p>
<p>Converts a file from one format to another.</p>
<dl>
<dt>convert</dt><dd>starts the command</dd>
<dt><em>input_file.ext output_file.ext</em></dt><dd>takes the input file format and converts it to the output file format. Although this example uses .png to .jpg any format conversion combination can be used so long as the formats are supported by Image Magick.</dd>
</dl>
<p> ★ImageMagick V7 command: <code>magick <em>input_file.png output_file.jpg</em></code></p>
<p class="link"></p>
</div>
Copy link
Member

@kfrn kfrn Dec 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! thank you for the contribution 😸

These changes look good overall, but would you mind to indent the markup correctly, as in the other recipes?

(also below)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants