Pull Request for additions to the ImageMagick Section#487
Open
LUCIA224 wants to merge 9 commits intoamiaopensource:gh-pagesfrom
Open
Pull Request for additions to the ImageMagick Section#487LUCIA224 wants to merge 9 commits intoamiaopensource:gh-pagesfrom
LUCIA224 wants to merge 9 commits intoamiaopensource:gh-pagesfrom
Conversation
Added section detailing differences between ImageMagick versions 6 and 7, including command changes and additional resources.
kfrn
reviewed
Dec 22, 2025
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> |
Member
There was a problem hiding this comment.
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
This pull request includes additions to the ImageMagick section of ffmprovisr.