Cyfosodiad

Cyfosodiad / Montage

I wneud Cyfosodiad, rydw i'n rhoi'r holl ddelweddau o'r mis mewn un ffolder ac yna rydw i'n defnyddio'r rhaglen ‘Imagemagick’ ‘montage’ fel:

To make a Montage, I put all the images from the month into one folder and then use the Imagemagickmontage’ program like:

montage -verbose -background 'black' -define jpeg:size=600x600 -geometry 600x600+10+10 -auto-orient *.jpg blip_montage.jpg

Mae'r gorchymyn hwn yn ffeindio'r holl ffeiliau 'jpg' (*.jpg) ac yn creu cyfosodiad (blip_montage.jpg). Rhoddir pob llun mewn blwch 600x600 picsel (-define jpeg:size=600x600), gydag ymyl o 10 (-geometry 600x600+10+10).

This command finds all the 'jpg' files (*.jpg) and creates a montage (blip_montage.jpg). Each picture is put in a box 600x600 pixels (-define jpeg:size=600x600), with a margin of 10 (-geometry 600x600+10+10).

Comments

Popular posts from this blog

2024-02-01

2024-07-01

2024-05-01