Author Topic: BrutePix - RAW Image Viewer  (Read 5173 times)

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
BrutePix - RAW Image Viewer
« on: 2004-07-11 15:14:25 »
As you can read the Title, there's a new tool out.
I've decided to write a RAW Image Viewer, since I always need one when hacking image formats. I always have used the "N64 Disassebmler Ver1.1 by JOVIS", however, it was not powerful enough.

So here is my own creation:
http://www.alhexx.com

You can download it from my Tools-Section.
The reason why I posted it in this forum is because it is still in BETA stadium, means there surely are a lot of bugs in it. To avoid people creating several bug topics, I created this one for feedback on BrutePix.
Get it and try around a bit.
Please post any suggestions / critics here, too.

 - Alhexx

mirex

  • *
  • Posts: 1645
    • View Profile
    • http://mirex.mypage.sk
BrutePix - RAW Image Viewer
« Reply #1 on: 2004-07-12 08:16:57 »
It crashed here, probably because I had wrong mfc70.dll ... so I downloaded ones from Qhimm's homepage http://www.qhimm.com/mfc.zip and it works now. Looks nice.

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
BrutePix - RAW Image Viewer
« Reply #2 on: 2004-07-12 12:19:58 »
Hm - right, you mentioned it.
I'll maybe host my mfc dlls, too, to make sure everyone is able to use them.

 - Alhexx

fa_pa

  • *
  • Posts: 162
    • View Profile
BrutePix - RAW Image Viewer
« Reply #3 on: 2004-07-12 14:26:53 »
Great program! started without crashing and worked with my 2 test pictures.

Cyberman

  • *
  • Posts: 1572
    • View Profile
BrutePix - RAW Image Viewer
« Reply #4 on: 2004-07-12 18:52:50 »
Quote from: Alhexx
Hm - right, you mentioned it.
I'll maybe host my mfc dlls, too, to make sure everyone is able to use them.

 - Alhexx


Alhexx do you have the distributable DLL's (IE the professional version)? if so I suggest using the install file OR change how you compile it.  I know in BCB you can select a compilor option that moves the DLL's into the executable thus you can distribute the executable without packaging.  Otherwise I suggest using the included script to create an installation package and use that for distribution or you will always have a problem like this.  It also has the advantage of them being able to remove the old one completely.

Cyb

mirex

  • *
  • Posts: 1645
    • View Profile
    • http://mirex.mypage.sk
BrutePix - RAW Image Viewer
« Reply #5 on: 2004-07-13 06:15:19 »
Quote from: Cyberman
OR change how you compile it. I know in BCB you can select a compilor option that moves the DLL's into the executable thus you can distribute the executable without packaging.

I recommended alhexx the same thing, i think its best to make working executable that works alone without any other libraries needed.

Qhimm

  • Founder
  • *
  • Posts: 1996
    • View Profile
    • Qhimm.com
BrutePix - RAW Image Viewer
« Reply #6 on: 2004-07-13 10:45:31 »
At the cost of making even a "Hello world" program 700 KB in size?

mirex

  • *
  • Posts: 1645
    • View Profile
    • http://mirex.mypage.sk
BrutePix - RAW Image Viewer
« Reply #7 on: 2004-07-13 11:23:32 »
Quote from: Qhimm
At the cost of making even a "Hello world" program 700 KB in size?
Noo, that does not happend to me. I have made quite complex programs and they did fit into 500kb range (when compiled in release mode ofcourse). And if they are compressed they get alot smaller, approx to 1/2.

I'd say its better to make 500kb proggy then to make it 65kb + 1200kb libraries. (i know that libs have to be downloaded only once, but anyhoo :P )

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
BrutePix - RAW Image Viewer
« Reply #8 on: 2004-07-14 20:18:52 »
Yes, I have thought of that setup way. I personally don't like changing the program's size that dramatically by switching its compile mode. I think I will serve 2 downloads: The one with a setup and a RARed one.

 - Alhexx