View Single Post
  #85 (permalink)  
Old 11-15-2007, 10:39 PM
storyr's Avatar
storyr
VIP Member
Offline
Location: Tacoma
 
Join Date: Sep 2006
Posts: 883
Reputation: 5538
storyr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the communitystoryr is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by klurf8881 View Post
ahh so i want to delete 00,01,02,03,04,05,06,07,08,09,...,12 and 1e,1f....44,45 but NOT 46 (EB)? i show 46 as being that EB byte right after your highlighting. So from byte 03 to byte 00 (the one right before EB in your pic)
That's correct. I think the confusing part is that the count starts at zero (0x00), so the range 0x00-0x12 specifies 18 bytes - up to, but not including 0x12. And, as you said, range 0x1E-0x46 is 40 bytes - up to, but not including 0x46.

Here's the first block highlighted:


We're removing a total of 58 bytes from the header, so the resulting .brn should be exaclty 58 bytes smaller than the .bmp...