Version Control for Graphics

前端 未结 15 1914
小鲜肉
小鲜肉 2020-12-07 16:54

Say a development team includes (or makes use of) graphic artists who create all the images that go into a product. Such things include icons, bitmaps, window backgrounds,

15条回答
  •  眼角桃花
    2020-12-07 16:58

    We keep the binary files and images in revision control, using Perforce. It's great!

    We keep a lot of art assets, and it scales well for lots of large files. It recognizes binary files, the ones that can't be diffed, and stores them as full file copies in the back end.

    It has P4V (cross-platform visual browser), and a thumbnail system so image files can be seen in the browser.

提交回复
热议问题