I tried hashing, but that did not work. How would I do this?
Thanks.
bbman 12 Junior Poster
Recommended Answers
Jump to PostIf you are want to compare the content of the two files, you could use the following
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { // here must be code to check the number …
Jump to Post@farooqaa
GetPixel is not better. For it to work the image must be read completely as well. For how else do you fill a clipimage? And the image processing introduces a lot of overhead. Furthermore: my method is filetype independent (works on docs etc as well).
On one …
All 5 Replies
rozendaa@xs4all 1 Newbie Poster
bbman 12 Junior Poster
farooqaaa 48 Enthusiast
rozendaa@xs4all 1 Newbie Poster
bbman 12 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.