Version Control for Graphics

前端 未结 15 1895
小鲜肉
小鲜肉 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 17:18

    We, too, just put the binaries in source control. We use Git, but it would apply just as well to Subversion.

    One suggestion I have is to use SVGs where possible, because you can see actual differences. With binaries (most other image formats), the best you can get is a version history.

    0 讨论(0)
  • 2020-12-07 17:19

    @lomaxx TortoiseSVN includes a program called TortoiseIDiff which looks to be a diff for images. I haven't used it but looks intriguing.

    0 讨论(0)
  • 2020-12-07 17:21

    GitHub recently introduced "image view modes", take a look: https://github.com/blog/817-behold-image-view-modes.

    0 讨论(0)
提交回复
热议问题