What is the difference between .cur and .vips?
- Name
 - Windows Cursor
 - VIPS Image
 
- Extension
 - .cur
 - .vips
 
- Format
 - Binary
 - Binary
 
- Category
 - Developer
 - Raster Image
 
- Developer
 - Microsoft
 - VIPS (Visual Information Processing System)
 
- Description
 - A CUR file is a cursor image or animation used for the Windows mouse pointer. It may be an arrow (for general use), a spinning hourglass (for waiting periods), or an I-bar (for text editing).
 - VIPS is a libvips file format mainly used for calculations, but it can also store images. The main advantage is that it has no size limit; it's fast and straightforward. Nonetheless, most applications can't view it, so converting it to a more popular format is the only way to work around it.
 
- MIME Type
 - application/octet-stream
 - image/vnd.vips
 
- Sample
 - sample.cur
 
- Wikipedia
 - .cur on Wikipedia
 - .vips on Wikipedia