Path: csiph.com!weretis.net!feeder7.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Richard Ashbery Newsgroups: comp.sys.acorn.programmer Subject: Re: Saving animated sprites from a simple BASIC graphic program Date: Tue, 17 Mar 2020 20:30:14 +0000 (GMT) Organization: None Lines: 34 Message-ID: <5852d177e9basura@invalid.addr.uk> References: <5852bdfc1cbasura@invalid.addr.uk> <5852c0d242UCEbin@tiscali.co.uk> X-Trace: individual.net FtyWO6oIHJ4As9qNMG6yuwSMGq5xZfsNe1KvrpadhIr6as6282 X-Orig-Path: uwclub.net!richard.ashbery Cancel-Lock: sha1:/WC1UBA71T64ZflcRWWeXBixMN4= User-Agent: Pluto/3.16 (RISC OS/5.25) NewsHound/v1.52-32 Xref: csiph.com comp.sys.acorn.programmer:6024 In article <5852c0d242UCEbin@tiscali.co.uk>, John Williams (News) wrote: > In article <5852bdfc1cbasura@invalid.addr.uk>, Richard Ashbery > wrote: > > How should I do this please? > I would suggest that this is because InterGif treats the background > as transparent. > Does ticking Transparency None in InterGif make any difference? I thought you were onto something John but setting transparency to None makes no difference. The sprites themselves show no ORIGIN offset either. If I delete the CLG command then the offset appears on the sprites but this is not what I want. With CLG I get: http://www.riscosbasic.uk/problems/With.zip Without CLG I get: http://www.riscosbasic.uk/problems/Without.zip > If you were to take whole screenshots and process them, then the > background and displacement might be taken into account? I have a concern that the screenshots would be so memory intensive I could only gather a few resulting in full rotation being incomplete. The method I'm using (specified by 2 MOVE commands) constrains the graphic to a relatively small area. Nevertheless I will try it and see what happens. Best regards Richard