How do developers produce iOS Simulator animated .gifs? [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 00:55:06

问题


I often see this a lot on GitHub. How can I reproduce this animated .gif effect?

https://github.com/autresphere/ASMediaFocusManager


回答1:


You can record your screen with QuickTime and then convert that MOV file into a GIF.

Open QuickTime and click on the "File" menu then "New Screen Recording".

Drag your pointer to select the region of the screen you want to record, and then click the Start Recording button within the region.

When you're finished, stop recording. To stop recording, click the stop button in the menu bar. Now, go back to "File" menu and click "Export".

Save your screen recording as a movie.

Next, you can use Photoshop to open your screen recording and export it as a GIF.



来源:https://stackoverflow.com/questions/20078641/how-do-developers-produce-ios-simulator-animated-gifs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!