Eu quero girar uma imagem na visualização, mas só preciso movê-la alguns graus. Isso é possível? Ou você só pode girar 90 graus?
Eu quero girar uma imagem na visualização, mas só preciso movê-la alguns graus. Isso é possível? Ou você só pode girar 90 graus?
I want to rotate an image in preview but I only need to move it a few degrees. Is this possible? Or can you only rotate 90 degrees?
Infelizmente, a visualização só pode girar em incrementos de 90 * e imagens flip.
Se você quiser girar uma quantidade diferente, você terá que usar um programa mais poderoso, como o Photoshop ou pixelmator .
da ajuda de pré-visualização:
Unfortunately, Preview can only rotate in 90* increments and flip images.
If you want to rotate a different amount, you'll have to use a more-powerful program, like Photoshop or Pixelmator.
From Preview Help:
Se você não for avesso ao uso da linha de comando, poderá usar o comando SIPS para girar imagens. Por exemplo ...
sips -r 23 --padColor FFFFFF image.jpg vai girar image.jpg 23 graus no sentido horário e "preencher" o espaço vazio com branco. (Se você girar PNGs, o canal alfa deve ser retido.)
vale a pena ler A página do homem para SIPs Como pode fazer outras coisas úteis.
If you're not averse to using the command line, you can use the sips command to rotate images. For examplexe2x80xa6
sips -r 23 --padColor FFFFFF image.jpg
xe2x80xa6will rotate image.jpg 23 degrees clockwise and "fill in" the empty space with white. (If you rotate PNGs, the alpha channel should be retained.)
Worth reading the man page for sips as it can do other useful stuff.
Há uma maneira de fazer isso usando a visualização, embora seja imprecisa.
Você pode usar um gesto de torção de dois dedos para girar arbitrariamente a imagem dentro da visualização. Agora, ele se encaixa para o normal depois de deixar ir, mas se você fizer uma captura de tela para a área de transferência, mantendo a visualização girada, cole na área de transferência até a visualização e economize. Então eu abro a imagem novamente e faço um pouco de corte para ficar bom.
Eu mapeei a função 'captura de tela para a área de transferência' para uma combinação chave que foi fácil de atingir enquanto mantinha minha torção.
Obviamente, um aplicativo dedicado fará o trabalho melhor, mas achei que valeria a pena mencionar meu sistema operacional somente alternativa que eu descobri.
There is a way to do it using Preview, although it is imprecise.
You can use a two finger twisting gesture to arbitrarily rotate the image within preview. Now, it snaps back to normal once you let go, but if you take a screenshot to clipboard while maintaining the rotated view, then paste from the clipboard into preview, then save. Then I open the image again and do a little bit of cropping to get it looking nice.
I mapped the 'screenshot to clipboard' function to a key combination that was easy to hit while maintaining my twist.
Obviously a dedicated app will do the job better, but I thought it was worth mentioning my OS only workaround which I discovered.
Eu amo o livre toyviewer.app . Pode fazer algumas coisas legais com imagens. Pequeno e rápido.
I love the free ToyViewer.app. Can do some cool things with images. Small and fast.
em yosemite, abra a imagem em fotos e colheita - esta função traz uma rede de grade e alinhamento, você pode salvar a imagem simplesmente alinhada, mas não necessariamente cortada.
In Yosemite, open the image in Photos and crop it - this function brings up a grid and alignment tool, you can then save the image simply aligned, but not necessarily cropped.
Copie-cola a imagem em outra imagem ou novo arquivo (CMD + N) e torça o objeto colado com dois dedos.
(como mostrado aqui: https://www.youtube.com/watch?v= Uve2dhjotce )
Copy-paste the image into another image or new file (cmd+N) and twist the pasted object with two fingers.
(as shown here: https://www.youtube.com/watch?v=UvE2DHJOTCE)
É possível fazer isso copiando ou abrindo o objeto em uma janela separada, então você pode girá-lo. Em seguida, basta copiar o objeto já na posição desejada. Esta é a única maneira de encontrar e funciona para tarefas rápidas.
It's possible to do this by copying or opening the object in a separated window, then there you can rotate it. Next, just copy back the object already at the desired position. This is the only way I've found, and works for quick tasks.
Eu encontrei um site on-line que faz (provavelmente há muitos outros):
Não é necessário registrar ou instalar nada. Basta fazer o upload da imagem, digite quantos graus devem ser girados e feitos.
I found an online website that does it (probably there are many others):
No need to register or install anything. Just upload the picture, type how many degrees should be rotated and done.
Na pré-visualização, sim ...! Acabei de descobrir. Segure o botão de opção para baixo e use 2 dedos no trackpad. Tantos recursos ocultos.
In Preview, yes...! I just discovered. Hold the option button down, and use 2 fingers on the trackpad. So many hidden features.
Aparentemente, costumava ser possível pressionando a tecla de opção durante a rotação (usando o botão na barra de ferramentas), pelo menos de acordo com esta entrada do fórum a partir de 2005:
http://hints.macworld.com/article.php?story=2005012115382953 < / a>
Mas não funcionou para mim no OS X Mountain Lion, todo o botão opcional foi alterado a direção de rotação (para o botão de rotação na barra de ferramentas).
Apparently, it used to be possible by holding down the option key while rotating (using the button on the toolbar), at least according to this forum entry from 2005:
http://hints.macworld.com/article.php?story=2005012115382953
But it didn't work for me on OS X Mountain Lion, all the option button did was change the rotation direction (for the rotation button on the toolbar).
Você pode fazer isso diretamente da pré-visualização se estiver em um MacBook. Basta colocar dois dedos no toque, girar e viola. Infelizmente, não há como inserir exatamente os graus ao qual você deseja girar, mas isso pelo menos permite uma aproximação.
Espero que ajude.
You can do this straight from Preview if you're on a MacBook. Just put two fingers on the touch pad, rotate, and viola. Unfortunately, there is no way to input exactly the degrees to which you want to rotate, but this at least allows for an approximation.
Hope that helps.
Não há nenhuma maneira atual de fazer isso com a visualização, embora você possa usar o comando do ImageMagick's ABCDEFGHIJKLMNABCDEFGHIJKLMN0 para fazer:
convert your_input_image_name.png -rotate X new_output_image_name_path.png Este comando girará sua imagem x graus, aceitando um valor positivo ou negativo.
Finalmente, você provavelmente vai querer remover o fundo branco:
convert rotated_image_name_path.png -transparent white final_output_image_name_path.png
There's no current way to do that with Preview, although you can use ImageMagick's convert
command to do it:
convert your_input_image_name.png -rotate X new_output_image_name_path.png
This command will rotate your image X degrees, accepting a positive or negative value.
Finally, you'll probably want to remove the white background:
convert rotated_image_name_path.png -transparent white final_output_image_name_path.png
© 2022 pergunte.org All Rights Reserved. Casa de perguntas e respostas todos os direitos reservados