本文介绍了数据偏移量bmp图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我找到了一个程序,该程序使用C#使用我的斑马标签打印机打印位图图像.该程序需要输入数据偏移量.这应该是一个数字,代表图像开始之前位图文件中的字节数. (尽管那是我发现的)
有谁知道我如何找出该偏移量是什么?
谢谢!
Hello,
I found a program to print bitmap images with my zebra label printer using C#. This program requires to enter a Data offset. This should be a number which represents the number of bytes in the bitmap file before the image starts. (although thats what I found)
Does anyone know how I can find out how to see what this offset is?
Thanks!
推荐答案
这篇关于数据偏移量bmp图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!