Main > Free Download Search >

Free offset software for mac

offset

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 79
Final Cut Pro Update 4.1

Final Cut Pro Update 4.1


This update includes many fixes and performance enhancements, including: performance optimizations for Power Mac G5 and Mac OS X 10.3, Frame Offset for synchronizing NTSC/PAL display with computer more>>

Final Cut Pro Update 4.1 provides you with a DVD copy too which includes many fixes and performance enhancements, including: performance optimizations for Power, and 3-perf film support in Cinema Tools.

<<less
Download (8MB)
Added: 2004-02-22 License: Freeware Price:
703 downloads
OpenOffice.org 3.0 RC4 / 2.4.1

OpenOffice.org 3.0 RC4 / 2.4.1


Full-featured office productivity suite. more>> Full-featured office productivity suite.

OpenOffice.org is a multiplatform and multilingual office suite and an open-source project. Compatible with all other major office suites, the product is free to download, use, and distribute.
OpenOffice.org is a suite that individuals, governments, and corporations around the world have been expecting for the last two years. Easy to use and fluidly interoperable with every major office suite, OpenOffice.org realises the potential of open source.
With new features, advanced XML capabilities and native support for the OASIS Standard OpenDocument format, OpenOffice.org gives users around the globe the tools to be engaged and productive members of their society.
Platforms currently supported include Mac OS X (under X11), Microsoft Windows (98 - Vista), GNU/Linux ("Linux"), Sun Solaris, and FreeBSD.
NOTE: OpenOffice.org is licensed under the GNU Lesser General Public License.

System requirements:
- X11
-

Enhancements:
- Sheet names can contain almost any character.
- ADDRESS and INDIRECT support additional parameter for A1/R1C1 notation.
- ODFF: automatic intersection !! operator.
- ODFF: store ERRORTYPE as ORG.OPENOFFICE.ERRORTYPE.
- New: XML Documents XForm models support "internal" vs. "external" data.
- Change to table view when a new database was created by the db wizard.
- INDEX() function supports return of an entire vector of a 2D array.
- GCD() and LCM() convert arguments to integer.
- LOOKUP in columns of a row if range is wider than tall.
- INDEX of vector needs just one offset parameter.
- COUNT ignores error results.
- Adding MS Access databases in Writer now possible.

<<less
Download (162.8MB)
Added: 2008-10-07 License: GPL Price: FREE
136650 downloads
EmbossWorks 1.0

EmbossWorks 1.0


This download is a collection of 20 free plug-in filters for use with Adobe Photoshop and other compatible applications such as PaintShop Pro more>>

EmbossWorks 1.0 offers you a convenient editor tool which contains a collection of 20 free plug-in filters for use with Adobe Photoshop and other compatible applications such as PaintShop Pro. Use these plug-ins to extend the abilities of your image editor beyond the standard functions. The effects in this pack provide methods for embossing and offsetting your images in a variety of ways. Create foil, sand blast, and neon effects, and give your image the look of metal or ice.

<<less
Download (782.9KB)
Added: 2002-09-10 License: Freeware Price:
208 downloads
UTC (GMT) offset 1.0

UTC (GMT) offset 1.0


UTC (GMT) offset - Local times difference in minutes to the UTC or GMT more>>
UTC (GMT) offset contains just one function that returns the local times difference in minutes to the UTC (Universal Time Coordinated) or to the GMT (greenwich mean time) without daylight savings.

<<less
Download (5KB)
Added: 2006-06-27 License: Freeware Price:
1217 downloads
BJ Cropmarks 1.1.3

BJ Cropmarks 1.1.3


BJ Cropmarks is released as a simple yet effective tool which creates cropmarks around bounding box of selected object (or multiple objects) and allows you to define length, width and offset of cropmarks in a dialog box. more>> <<less
Download (23.4KB)
Added: 2007-11-21 License: Freeware Price:
downloads
MacReplayTV 0.6.5

MacReplayTV 0.6.5


MacReplayTV - Transcode to VCD/SVCD/DVD using a MacReplayTV more>>
MacReplayTV is an application that is custom made for ReplayTV users.
It can transcode to vcd, svcd, & dvd.
Enhancements:
- Add Split to Segment Large Mpeg
- Bug fix in Transcode to DVD caused by Offset.
<<less
Download (1.1MB)
Added: 2006-01-15 License: Freeware Price:
1379 downloads
Digital World Clock 1.5.2

Digital World Clock 1.5.2


Digital World Clock is a Digital Clock! more>>
Digital World Clock is a Digital Clock! Sadly, setting the foreign time isn’t as nice as with Apple’s world clock, but it’s not so bad.

Digital World Clock just needs to be set with your offset from GMT and choose your DST rule.


<<less
Download (147KB)
Added: 2007-05-16 License: Freeware Price:
544 downloads
iVideoWarehouse 1.0

iVideoWarehouse 1.0


iVideoWarehouse is a fully functional and free for use DVD collection management system more>>
iVideoWarehouse is a fully functional and free for use DVD collection management system.

While the current version of iVideoWarehouse is free, if you’d like to send money to help offset the costs of development and encourage the work on the next version please feel free to do so.
<<less
Download (1.2MB)
Added: 2007-07-06 License: Freeware Price:
840 downloads
Camera Tutorial

Camera Tutorial


A simple tutorial on how to render objects with a camera more>> A simple tutorial on how to render objects with a camera

Camera Tutorial is a free and simple Pygame tutorial on how to draw objects at an offset, giving the effect of a camera.
Cameras in games are quite easy to implement. To people new to programming they may sound hard and intimidating, but all it is is simply drawing an object at an offset.

System requirements:
-
- Pygame

<<less
Download (2KB)
Added: 2009-03-20 License: Freeware Price: FREE
202 downloads
MemoryBlock 1.9

MemoryBlock 1.9


MemoryBlock - Methods and properties for the built-in MemoryBlock class more>>
MemoryBlock is a REALbasic extension that adds the following methods and properties to the built-in MemoryBlock class:

• Address (offset as Integer) as Integer
• FSSpec (offset as Integer) as FolderItem (Mac OS only)
• OSType (offset as Integer) as String
• Int64Str (offset as Integer) as String
• ULong(offset as Integer) as Double
• BytesEqual(srcOfs as Integer, numBytes as Integer, destBlk as MemoryBlock, destOfs as Integer) as Boolean
• FindString(srcOfs as Integer, maxBytes as Integer, target as String) as Integer
• FindBytes(srcOfs as Integer, maxBytes as Integer, target as MemoryBlock, targOfs as Integer, targLen as Integer) as Integer
• GetString (offset as Integer, length as Integer) as String
• SetString (str as String, offset as Integer)
• CopyBytes (srcOfs as Integer, numBytes as Integer, destOfs as Integer)
• CopyBytes (srcOfs as Integer, numBytes as Integer, destBlk as MemoryBlock, destOfs as Integer)
• CopyBytesToMacPtr (srcOfs as Integer, numBytes as Integer, destPtr as Integer)
• CopyBytesFromMacPtr (srcPtr as Integer, numBytes as Integer, destOfs as Integer)
• CopyBytesToMacHandle (srcOfs as Integer, numBytes as Integer, destPtr as Integer)
• CopyBytesFromMacHandle (srcPtr as Integer, numBytes as Integer, destOfs as Integer).

The following global methods are also available
• TTsMemoryBlockVersion() as Integer
• TTsMemoryBlockInit()
• MacPtrToMemoryBlock(thePtr as Integer) as MemoryBlock
• MacHandleToMemoryBlock(theHdl as Integer) as MemoryBlock.

<<less
Download (187KB)
Added: 2006-06-27 License: Freeware Price:
1215 downloads
fileSifter 1.5

fileSifter 1.5


fileSifter - read a little part of a file at your preferred offset more>>
This application permits you to read a little part of a file at your preferred offset.
Its useful e.g. to know the kind of a very big file without any extension and the Type or Creator code (you cant open it with a text editor).

You just drag the file over fileSifter and view its contents to know if its a JPEG, a FreeHand file or an application, etc.

You can also read an information placed at middle or at end of file, like EXIF data of a corrupted photo, etc.


All the data can be viewed as plain text and hexadecimal, decimal or octal value.
<<less
Download (52KB)
Added: 2007-03-27 License: Freeware Price:
944 downloads
ReplaceInPlace 1.0.1

ReplaceInPlace 1.0.1


It lets you retain previous picture attributes when importing an image into a picture box more>>
Badia ReplaceInPlace lets you retain previous picture attributes when importing an image into a picture box.
Previous offset and scaling, for example, can be retained when replacing a low-res with a hi-res version of a picture.
To use Badia ReplaceInPlace, choose "Get Picture" from the File menu and select "Retain Previous Picture Attributes" from the "ReplaceInPlace" tab.
Features:
- Fixed crash when updating missing pictures.
- ReplaceInPlace tab no longer present when updating pictures or if picture box is empty.
<<less
Download (83KB)
Added: 2004-03-11 License: Freeware Price:
2052 downloads
Keith 9.06

Keith 9.06


Pricing, database, email client, customer records, job tracking, summary report. more>>

Keith 9.06 is an effective solution which was developed for a print and design company but can be modified to suit any business needs. Functionality is principally for price calculations of digital and offset printing, including finishing, a client database, order records with various search criteria for efficient retrieval of previous orders, an email client built directly into the solution, a to do list for in house administration, a purchase order system and summary reports for immediate access to turnover and profit.

<<less
Download (39.3MB)
Added: 2009-06-04 License: Freeware Price:
12 downloads
Crop Images 1.0

Crop Images 1.0


Crop Images - Crop images to match their picture boxes more>>
Select the image or images in your QuarkXPress layout that you want to crop to their picture boxes and run the script. One-by-one Crop Images will open them in PhotoFlash and crop them to match their picture boxes.

The script calculates scaling, resolution, and offset and knows where to crop the image!
Once cropped it will replace the one in the document with the cropped version.

There are preference controls for whether you want the script to use a duplicate file or the original.


<<less
Download (99KB)
Added: 2006-01-11 License: Freeware Price:
1395 downloads
Badia ReplaceInPlace XT 1.0.2

Badia ReplaceInPlace XT 1.0.2


Badia ReplaceInPlace XT is a rather praiseworthy program that lets you retain previous picture attributes when importing an image into a picture box. more>>

Badia ReplaceInPlace XT 1.0.2 is a rather praiseworthy program that lets you retain previous picture attributes when importing an image into a picture box. Previous offset and scaling, for example, can be retained when replacing a low-res with a hi-res version of a picture. To use Badia ReplaceInPlace, choose "Get Picture" from the File menu and select "Retain Previous Picture Attributes" from the "ReplaceInPlace" tab.

<<less
Added: 2004-11-22 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5