# File test/backup/DOSFile.rb, line 94
        def can_be_picture?
                start_address=(@contents[0]+@contents[1]*256)
                HGR.can_be_hgr_screen?(contents_without_header,start_address)
        end